MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / shouldContinueOnFailure

Function shouldContinueOnFailure

unittests/catch.hpp:8497–8497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8495 }
8496
8497 bool shouldContinueOnFailure( int flags ) { return ( flags & ResultDisposition::ContinueOnFailure ) != 0; }
8498 bool shouldSuppressFailure( int flags ) { return ( flags & ResultDisposition::SuppressFail ) != 0; }
8499
8500} // end namespace Catch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected