Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ Size
Method
Size
common/values/value_builder.cc:230–230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
230
size_t Size() const override { return elements_->size(); }
231
232
void Reserve(size_t capacity) override { elements_->reserve(capacity); }
233
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected