Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ Func
Method
Func
compiler/compiler_test.go:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
func
(e Env) Func() B {
48
return
B{}
49
}
50
51
func
TestCompile(t *testing.T) {
52
var
tests = []
struct
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected