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

Method MatchesRegexMatcher

tests/gtest/gtest.h:9523–9524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9521class MatchesRegexMatcher {
9522 public:
9523 MatchesRegexMatcher(const RE* regex, bool full_match)
9524 : regex_(regex), full_match_(full_match) {}
9525
9526#if GTEST_HAS_ABSL
9527 bool MatchAndExplain(const absl::string_view& s,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected