Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ Size
Method
Size
common/values/map_value.cc:132–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
absl::StatusOr<size_t> MapValue::Size() const {
133
return variant_.Visit([](const auto& alternative) -> absl::StatusOr<size_t> {
134
return alternative.Size();
135
});
136
}
137
138
absl::Status MapValue::Get(
139
const Value& key,
Callers
9
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
MapValueEqual
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
1
Visit
Method · 0.45
Tested by
8
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36