Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ size
Method
size
eval/public/builtin_func_test.cc:1158–1158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1156
}
1157
1158
int size() const override { return data_.size(); }
1159
1160
absl::optional<CelValue> operator[](CelValue key) const override {
1161
absl::optional<T> raw_value = get_cel_value_(key);
Callers
2
size
Method · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected