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

Method MatchAndExplain

internal/proto_matchers.h:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 : expected_(expected) {}
43
44 bool MatchAndExplain(const google::protobuf::MessageLite& p,
45 ::testing::MatchResultListener* listener) const {
46 return MatchAndExplain(cel::internal::down_cast<const google::protobuf::Message&>(p),
47 listener);
48 }
49
50 bool MatchAndExplain(const google::protobuf::MessageLite* p,
51 ::testing::MatchResultListener* listener) const {

Callers

nothing calls this directly

Calls 3

WrapUniqueFunction · 0.85
NewMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected