MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / fail

Method fail

tests/catch.hpp:11771–11777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11769 m_ctx.completeCycle();
11770 }
11771 void TrackerBase::fail() {
11772 m_runState = Failed;
11773 if( m_parent )
11774 m_parent->markAsNeedingAnotherRun();
11775 moveToParent();
11776 m_ctx.completeCycle();
11777 }
11778 void TrackerBase::markAsNeedingAnotherRun() {
11779 m_runState = NeedsAnotherRun;
11780 }

Callers 3

convertIntoFunction · 0.80
sectionEndedEarlyMethod · 0.80
FileStreamMethod · 0.80

Calls 2

completeCycleMethod · 0.80

Tested by

no test coverage detected