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

Method Matcher

tests/gtest/gtest-all.cc:9658–9658  ·  view source on GitHub ↗

Constructs a matcher that matches a const std::string& whose value is equal to s.

Source from the content-addressed store, hash-verified

9656// Constructs a matcher that matches a const std::string& whose value is
9657// equal to s.
9658Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); }
9659
9660// Constructs a matcher that matches a const std::string& whose value is
9661// equal to s.

Callers

nothing calls this directly

Calls 1

EqFunction · 0.85

Tested by

no test coverage detected