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

Function PartialMatch

tests/gtest/gtest.h:1162–1164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1160 return FullMatch(str.c_str(), re);
1161 }
1162 static bool PartialMatch(const ::std::string& str, const RE& re) {
1163 return PartialMatch(str.c_str(), re);
1164 }
1165
1166 static bool FullMatch(const char* str, const RE& re);
1167 static bool PartialMatch(const char* str, const RE& re);

Callers 1

MatchAndExplainMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected