MCPcopy Create free account
hub / github.com/araddon/qlbridge / FuncGet

Method FuncGet

expr/funcs.go:34–34  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

32 // local/namespaced function resolution.
33 FuncResolver interface {
34 FuncGet(name string) (Func, bool)
35 }
36
37 // FuncRegistry contains lists of functions for different scope/run-time evaluation contexts.

Callers 2

FromPBMethod · 0.65
getFunctionMethod · 0.65

Implementers 1

FuncRegistryexpr/funcs.go

Calls

no outgoing calls

Tested by

no test coverage detected