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

Method DescribeTo

tests/gtest/gtest.h:9555–9558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9553 }
9554
9555 void DescribeTo(::std::ostream* os) const {
9556 *os << (full_match_ ? "matches" : "contains") << " regular expression ";
9557 UniversalPrinter<std::string>::Print(regex_->pattern(), os);
9558 }
9559
9560 void DescribeNegationTo(::std::ostream* os) const {
9561 *os << "doesn't " << (full_match_ ? "match" : "contain")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected