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

Struct FuncRegistry

expr/funcs.go:38–42  ·  view source on GitHub ↗

FuncRegistry contains lists of functions for different scope/run-time evaluation contexts.

Source from the content-addressed store, hash-verified

36
37 // FuncRegistry contains lists of functions for different scope/run-time evaluation contexts.
38 FuncRegistry struct {
39 mu sync.RWMutex
40 funcs map[string]Func
41 aggs map[string]struct{}
42 }
43)
44
45// EmptyEvalFunc a no-op evaluation function for use in

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected