func text/template.findFunction

2 uses

	text/template (current package)
		exec.go#L576: 	function, ok := findFunction(name, s.tmpl)
		funcs.go#L139: func findFunction(name string, tmpl *Template) (reflect.Value, bool) {