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

Method AndConditions

test/operator/issues584/issues584_test.go:32–34  ·  view source on GitHub ↗
(a Conditions, b Condition)

Source from the content-addressed store, hash-verified

30}
31
32func (p *Program) AndConditions(a Conditions, b Condition) Conditions {
33 return append(a, b)
34}
35
36func (p *Program) ValueGreaterThan_float(v Value, i float64) Condition {
37 return func(e *Env) bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected