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

Method operator[]

common/values/value_builder.cc:1213–1215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1211 }
1212
1213 absl::optional<CelValue> operator[](CelValue key) const override {
1214 return Get(map_.get_allocator().arena(), key);
1215 }
1216
1217 using MutableCompatMapValue::Get;
1218 absl::optional<CelValue> Get(google::protobuf::Arena* arena,

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
arenaMethod · 0.45

Tested by

no test coverage detected