text/template/parse.Tree.hasFunction (method)

2 uses

	text/template/parse (current package)
		parse.go#L692: 		if !t.hasFunction(token.val) {
		parse.go#L726: func (t *Tree) hasFunction(name string) bool {