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

Function line

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

Returns the line where this test is defined.

Source from the content-addressed store, hash-verified

13174
13175 // Returns the line where this test is defined.
13176 int line() const { return location_.line; }
13177
13178 // Return true if this test should not be run because it's in another shard.
13179 bool is_in_another_shard() const { return is_in_another_shard_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected