Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FromPB
Method · 0.65
getFunction
Method · 0.65
Implementers
1
FuncRegistry
expr/funcs.go
Calls
no outgoing calls
Tested by
no test coverage detected