MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / Get

Function Get

eval/public/cel_value.h:547–550  ·  view source on GitHub ↗

Like `operator[](int)` above, but also accepts an arena. Prefer calling this variant if the arena is known.

Source from the content-addressed store, hash-verified

545 // Like `operator[](int)` above, but also accepts an arena. Prefer calling
546 // this variant if the arena is known.
547 virtual CelValue Get(google::protobuf::Arena* arena, int index) const {
548 static_cast<void>(arena);
549 return (*this)[index];
550 }
551
552 // List size
553 virtual int size() const = 0;

Callers 15

ListKeysMethod · 0.85
CreateListMethod · 0.85
CreateMapMethod · 0.85
ClearSlotMethod · 0.85
SetMethod · 0.85
TESTFunction · 0.85
operator[]Method · 0.85
operator[]Method · 0.85
operator[]Method · 0.85
operator[]Method · 0.85
CustomMapValueMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68