Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ Program
Struct
Program
test/operator/issues584/issues584_test.go:13–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
type
Env
struct
{}
12
13
type
Program
struct
{
14
}
15
16
func
(p *Program) Foo() Value {
17
return
func
(e *Env) float64 {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected