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

Method Bar

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

Source from the content-addressed store, hash-verified

20}
21
22func (p *Program) Bar() Value {
23 return func(e *Env) float64 {
24 return 100
25 }
26}
27
28func (p *Program) AndCondition(a, b Condition) Conditions {
29 return Conditions{a, b}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected