MCPcopy 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
12func 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

LoadAllBuiltinsFunction · 0.92
EmptyEvalFuncFunction · 0.92
EqualMethod · 0.65

Tested by

no test coverage detected