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

Method DescribeTo

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

Describes this matcher to an ostream.

Source from the content-addressed store, hash-verified

9176
9177 // Describes this matcher to an ostream.
9178 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); }
9179
9180 // Describes the negation of this matcher to an ostream.
9181 void DescribeNegationTo(::std::ostream* os) const {

Callers 4

DescribeToMethod · 0.45
gtest.hFile · 0.45
DescribeToMethod · 0.45
PassedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected