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

Function name

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

Returns the test name.

Source from the content-addressed store, hash-verified

13154
13155 // Returns the test name.
13156 const char* name() const { return name_.c_str(); }
13157
13158 // Returns the name of the parameter type, or NULL if this is not a typed
13159 // or a type-parameterized test.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected