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

Method Equal

common/values/custom_struct_value.cc:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46} // namespace
47
48absl::Status CustomStructValueInterface::Equal(
49 const StructValue& other,
50 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,
51 google::protobuf::MessageFactory* absl_nonnull message_factory,
52 google::protobuf::Arena* absl_nonnull arena, Value* absl_nonnull result) const {
53 return common_internal::StructValueEqual(*this, other, descriptor_pool,
54 message_factory, arena, result);
55}
56
57absl::Status CustomStructValueInterface::Qualify(
58 absl::Span<const SelectQualifier> qualifiers, bool presence_test,

Callers

nothing calls this directly

Calls 3

StructValueEqualFunction · 0.85
FalseValueFunction · 0.85
AsStructMethod · 0.45

Tested by

no test coverage detected