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

Function JsonMapEquals

internal/json.cc:1989–1994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1987}
1988
1989bool JsonMapEquals(const google::protobuf::Struct& lhs,
1990 const google::protobuf::Struct& rhs) {
1991 return JsonEqualsState(GeneratedJsonAccessor::Singleton(),
1992 GeneratedJsonAccessor::Singleton())
1993 .StructEqual(lhs, rhs);
1994}
1995
1996bool JsonMapEquals(const google::protobuf::Struct& lhs,
1997 const google::protobuf::Message& rhs) {

Callers 3

TEST_FFunction · 0.85
operator()Method · 0.85
operator==Function · 0.85

Calls 3

JsonEqualsStateClass · 0.85
StructEqualMethod · 0.80
InitializeStructMethod · 0.80

Tested by 1

TEST_FFunction · 0.68