MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / operator()

Method operator()

internal/message_equality.cc:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273
274struct MessageEqualer {
275 bool operator()(EquatableMessage lhs, EquatableMessage rhs) const {
276 return lhs.get().GetDescriptor() == rhs.get().GetDescriptor() &&
277 MessageDifferencer::Equals(lhs.get(), rhs.get());
278 }
279
280 template <typename T>
281 std::enable_if_t<std::negation_v<std::is_same<EquatableMessage, T>>, bool>

Callers

nothing calls this directly

Calls 2

GetDescriptorMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected