MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / MatchAndExplain

Method MatchAndExplain

tests/gtest/gtest.h:9527–9530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9525
9526#if GTEST_HAS_ABSL
9527 bool MatchAndExplain(const absl::string_view& s,
9528 MatchResultListener* listener) const {
9529 return MatchAndExplain(std::string(s), listener);
9530 }
9531#endif // GTEST_HAS_ABSL
9532
9533 // Accepts pointer types, particularly:

Callers

nothing calls this directly

Calls 2

FullMatchFunction · 0.85
PartialMatchFunction · 0.85

Tested by

no test coverage detected