Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ TestFuncsRegistry
Function
TestFuncsRegistry
expr/funcs_test.go:12–19 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
10
)
11
12
func
TestFuncsRegistry(t *testing.T) {
13
t.Parallel()
14
15
builtins.LoadAllBuiltins()
16
_, ok := expr.EmptyEvalFunc(nil, nil)
17
assert.Equal(t, false, ok)
18
19
}
Callers
nothing calls this directly
Calls
3
LoadAllBuiltins
Function · 0.92
EmptyEvalFunc
Function · 0.92
Equal
Method · 0.65
Tested by
no test coverage detected