MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / isFalseTest

Function isFalseTest

Bcore/src/main/cpp/Dobby/tests/catch.hpp:634–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632
633bool shouldContinueOnFailure(int flags);
634inline bool isFalseTest(int flags) {
635 return (flags & ResultDisposition::FalseTest) != 0;
636}
637bool shouldSuppressFailure(int flags);
638
639} // end namespace Catch

Callers 2

getExpressionMethod · 0.85
handleExprMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected