MCPcopy 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
132absl::StatusOr<size_t> MapValue::Size() const {
133 return variant_.Visit([](const auto& alternative) -> absl::StatusOr<size_t> {
134 return alternative.Size();
135 });
136}
137
138absl::Status MapValue::Get(
139 const Value& key,

Callers 9

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
MapValueEqualFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

VisitMethod · 0.45

Tested by 8

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36