MCPcopy 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

11type Env struct{}
12
13type Program struct {
14}
15
16func (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