MCPcopy Create free account
hub / github.com/expr-lang/expr / Foo

Method Foo

test/operator/issues584/issues584_test.go:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16func (p *Program) Foo() Value {
17 return func(e *Env) float64 {
18 return 5
19 }
20}
21
22func (p *Program) Bar() Value {
23 return func(e *Env) float64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected