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

Method AndCondition

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

Source from the content-addressed store, hash-verified

26}
27
28func (p *Program) AndCondition(a, b Condition) Conditions {
29 return Conditions{a, b}
30}
31
32func (p *Program) AndConditions(a Conditions, b Condition) Conditions {
33 return append(a, b)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected