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

Function file

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

Returns the file name where this test is defined.

Source from the content-addressed store, hash-verified

13171
13172 // Returns the file name where this test is defined.
13173 const char* file() const { return location_.file.c_str(); }
13174
13175 // Returns the line where this test is defined.
13176 int line() const { return location_.line; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected