MCPcopy Create free account
hub / github.com/RenderKit/embree / fail

Method fail

tutorials/external/catch.hpp:12043–12049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12041 m_ctx.completeCycle();
12042 }
12043 void TrackerBase::fail() {
12044 m_runState = Failed;
12045 if( m_parent )
12046 m_parent->markAsNeedingAnotherRun();
12047 moveToParent();
12048 m_ctx.completeCycle();
12049 }
12050 void TrackerBase::markAsNeedingAnotherRun() {
12051 m_runState = NeedsAnotherRun;
12052 }

Callers 4

mapThreadIDFunction · 0.80
convertIntoFunction · 0.80
sectionEndedEarlyMethod · 0.80
FileStreamMethod · 0.80

Calls 2

completeCycleMethod · 0.80

Tested by

no test coverage detected