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

Function has_new_fatal_failure

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

Source from the content-addressed store, hash-verified

11823 ~HasNewFatalFailureHelper() override;
11824 void ReportTestPartResult(const TestPartResult& result) override;
11825 bool has_new_fatal_failure() const { return has_new_fatal_failure_; }
11826 private:
11827 bool has_new_fatal_failure_;
11828 TestPartResultReporterInterface* original_reporter_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected