MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / Size

Method Size

common/values/list_value.cc:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120absl::StatusOr<size_t> ListValue::Size() const {
121 return variant_.Visit([](const auto& alternative) -> absl::StatusOr<size_t> {
122 return alternative.Size();
123 });
124}
125
126absl::Status ListValue::Get(
127 size_t index, const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,

Callers 1

ListValueEqualFunction · 0.45

Calls 1

VisitMethod · 0.45

Tested by

no test coverage detected