Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ operator[]
Method
operator[]
common/values/value_builder.cc:1049–1051 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1047
}
1048
1049
absl::optional<CelValue> operator[](CelValue key) const override {
1050
return Get(map_.get_allocator().arena(), key);
1051
}
1052
1053
using CompatMapValue::Get;
1054
absl::optional<CelValue> Get(google::protobuf::Arena* arena,
Callers
nothing calls this directly
Calls
2
Get
Function · 0.85
arena
Method · 0.45
Tested by
no test coverage detected