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

Method fail

extern/Catch2/catch.hpp:14488–14494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14486 m_ctx.completeCycle();
14487 }
14488 void TrackerBase::fail() {
14489 m_runState = Failed;
14490 if( m_parent )
14491 m_parent->markAsNeedingAnotherRun();
14492 moveToParent();
14493 m_ctx.completeCycle();
14494 }
14495 void TrackerBase::markAsNeedingAnotherRun() {
14496 m_runState = NeedsAnotherRun;
14497 }

Callers 8

PLYDataMethod · 0.80
convertIntoFunction · 0.80
sectionEndedEarlyMethod · 0.80
FileStreamMethod · 0.80
loadObjMethod · 0.80
writeMD5FileMethod · 0.80
checkMD5Method · 0.80
FileSinkMethod · 0.80

Calls 2

completeCycleMethod · 0.80

Tested by

no test coverage detected