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

Method CodeLocation

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

Source from the content-addressed store, hash-verified

6914
6915struct CodeLocation {
6916 CodeLocation(const std::string& a_file, int a_line)
6917 : file(a_file), line(a_line) {}
6918
6919 std::string file;
6920 int line;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected