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

Function failed

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

Returns true iff the test part failed.

Source from the content-addressed store, hash-verified

11756
11757 // Returns true iff the test part failed.
11758 bool failed() const { return fatally_failed() || nonfatally_failed(); }
11759
11760 private:
11761 Type type_;

Callers

nothing calls this directly

Calls 2

fatally_failedFunction · 0.85
nonfatally_failedFunction · 0.85

Tested by

no test coverage detected