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

Method Equal

common/values/custom_map_value.cc:442–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442absl::Status CustomMapValueInterface::Equal(
443 const MapValue& other,
444 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,
445 google::protobuf::MessageFactory* absl_nonnull message_factory,
446 google::protobuf::Arena* absl_nonnull arena, Value* absl_nonnull result) const {
447 return MapValueEqual(*this, other, descriptor_pool, message_factory, arena,
448 result);
449}
450
451CustomMapValue::CustomMapValue() {
452 content_ = CustomMapValueContent::From(CustomMapValueInterface::Content{

Callers

nothing calls this directly

Calls 3

MapValueEqualFunction · 0.85
FalseValueFunction · 0.85
AsMapMethod · 0.45

Tested by

no test coverage detected