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

Struct evalObj

interpreter/interpretable.go:860–868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

858}
859
860type evalObj struct {
861 id int64
862 typeName string
863 fields []string
864 vals []InterpretableV2
865 optionals []bool
866 hasOptionals bool
867 provider types.Provider
868}
869
870// ID implements the Interpretable interface method.
871func (o *evalObj) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected