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

Struct evalList

interpreter/interpretable.go:742–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740}
741
742type evalList struct {
743 id int64
744 elems []InterpretableV2
745 optionals []bool
746 hasOptionals bool
747 adapter types.Adapter
748}
749
750// ID implements the Interpretable interface method.
751func (l *evalList) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected