MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / operator[]

Method operator[]

common/values/value_builder.cc:437–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435 }
436
437 CelValue operator[](int index) const override {
438 return Get(elements_.get_allocator().arena(), index);
439 }
440
441 // Like `operator[](int)` above, but also accepts an arena. Prefer calling
442 // this variant if the arena is known.

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
arenaMethod · 0.45

Tested by

no test coverage detected