MCPcopy Create free account
hub / github.com/cel-expr/cel-go / evalAnd

Struct evalAnd

interpreter/interpretable.go:379–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377}
378
379type evalAnd struct {
380 id int64
381 terms []InterpretableV2
382}
383
384// ID implements the Interpretable interface method.
385func (and *evalAnd) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected