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

Method Equal

common/values/custom_list_value.cc:317–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317absl::Status CustomListValueInterface::Equal(
318 const ListValue& other,
319 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,
320 google::protobuf::MessageFactory* absl_nonnull message_factory,
321 google::protobuf::Arena* absl_nonnull arena, Value* absl_nonnull result) const {
322 return ListValueEqual(*this, other, descriptor_pool, message_factory, arena,
323 result);
324}
325
326absl::Status CustomListValueInterface::Contains(
327 const Value& other,

Callers 1

ContainsMethod · 0.45

Calls 3

ListValueEqualFunction · 0.85
FalseValueFunction · 0.85
AsListMethod · 0.45

Tested by

no test coverage detected