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

Struct evalMap

interpreter/interpretable.go:792–799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790}
791
792type evalMap struct {
793 id int64
794 keys []InterpretableV2
795 vals []InterpretableV2
796 optionals []bool
797 hasOptionals bool
798 adapter types.Adapter
799}
800
801// ID implements the Interpretable interface method.
802func (m *evalMap) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected