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

Function Passed

tests/gtest/gtest-all.cc:973–973  ·  view source on GitHub ↗

Returns true iff the unit test passed (i.e. all test suites passed).

Source from the content-addressed store, hash-verified

971
972 // Returns true iff the unit test passed (i.e. all test suites passed).
973 bool Passed() const { return !Failed(); }
974
975 // Returns true iff the unit test failed (i.e. some test suite failed
976 // or something outside of all tests failed).

Callers 1

RunAllTestsMethod · 0.70

Calls 1

FailedFunction · 0.70

Tested by

no test coverage detected