Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ Reserve
Method
Reserve
common/values/value_builder.cc:980–980 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
978
size_t Size() const override { return map_->size(); }
979
980
void Reserve(size_t capacity) override { map_->reserve(capacity); }
981
982
MapValue Build() && override;
983
Callers
8
Clone
Method · 0.45
Clone
Method · 0.45
MakeCompatListValue
Function · 0.45
Clone
Method · 0.45
ProjectKeys
Method · 0.45
Clone
Method · 0.45
ProjectKeys
Method · 0.45
MakeCompatMapValue
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected