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

Function file_name

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

Gets the name of the source file where the test part took place, or NULL if it's unknown.

Source from the content-addressed store, hash-verified

11729 // Gets the name of the source file where the test part took place, or
11730 // NULL if it's unknown.
11731 const char* file_name() const {
11732 return file_name_.empty() ? nullptr : file_name_.c_str();
11733 }
11734
11735 // Gets the line in the source file where the test part took place,
11736 // or -1 if it's unknown.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected