text/template.state.evalFunction (method)
4 uses
text/template (current package)
exec.go#L467: return s.evalFunction(dot, n, cmd, cmd.Args, final)
exec.go#L573: func (s *state) evalFunction(dot reflect.Value, node *parse.IdentifierNode, cmd parse.Node, args []parse.Node, final reflect.Value) reflect.Value {
exec.go#L809: return s.validateType(s.evalFunction(dot, arg, arg, nil, missingVal), typ)
exec.go#L914: return s.evalFunction(dot, n, n, nil, missingVal)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |