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

Method operator()

internal/message_equality.cc:240–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238
239struct StructEqualer {
240 bool operator()(EquatableStruct lhs, EquatableStruct rhs) const {
241 return JsonMapEquals(lhs, rhs);
242 }
243
244 template <typename T>
245 std::enable_if_t<std::negation_v<std::is_same<EquatableStruct, T>>, bool>

Callers

nothing calls this directly

Calls 1

JsonMapEqualsFunction · 0.85

Tested by

no test coverage detected