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

Function line_number

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

Gets the line in the source file where the test part took place, or -1 if it's unknown.

Source from the content-addressed store, hash-verified

11735 // Gets the line in the source file where the test part took place,
11736 // or -1 if it's unknown.
11737 int line_number() const { return line_number_; }
11738
11739 // Gets the summary of the failure message.
11740 const char* summary() const { return summary_.c_str(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected