MCPcopy Create free account
hub / github.com/apache/trafficserver / reportFatal

Function reportFatal

lib/catch2/catch.hpp:10782–10784  ·  view source on GitHub ↗

Signals fatal error message to the run context

Source from the content-addressed store, hash-verified

10780namespace {
10781 //! Signals fatal error message to the run context
10782 void reportFatal( char const * const message ) {
10783 Catch::getCurrentContext().getResultCapture()->handleFatalErrorCondition( message );
10784 }
10785
10786 //! Minimal size Catch2 needs for its own fatal error handling.
10787 //! Picked anecdotally, so it might not be sufficient on all

Callers 2

handleVectoredExceptionFunction · 0.85
handleSignalFunction · 0.85

Calls 2

getResultCaptureMethod · 0.80

Tested by

no test coverage detected