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

Function Passed

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

Returns true iff the test passed (i.e. no test part failed).

Source from the content-addressed store, hash-verified

13031
13032 // Returns true iff the test passed (i.e. no test part failed).
13033 bool Passed() const { return !Skipped() && !Failed(); }
13034
13035 // Returns true iff the test was skipped.
13036 bool Skipped() const;

Callers

nothing calls this directly

Calls 1

FailedFunction · 0.70

Tested by

no test coverage detected