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

Method operator[]

common/values/value_builder.cc:300–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 }
299
300 CelValue operator[](int index) const override {
301 return Get(elements_.get_allocator().arena(), index);
302 }
303
304 // Like `operator[](int)` above, but also accepts an arena. Prefer calling
305 // 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