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

Function result

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

Returns the result of the test.

Source from the content-addressed store, hash-verified

13205
13206 // Returns the result of the test.
13207 const TestResult* result() const { return &result_; }
13208
13209 private:
13210#if GTEST_HAS_DEATH_TEST

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected