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

Method isComplete

tutorials/external/catch.hpp:11963–11965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11961 return m_nameAndLocation;
11962 }
11963 bool TrackerBase::isComplete() const {
11964 return m_runState == CompletedSuccessfully || m_runState == Failed;
11965 }
11966 bool TrackerBase::isSuccessfullyCompleted() const {
11967 return m_runState == CompletedSuccessfully;
11968 }

Callers 2

GeneratorTrackerClass · 0.80
closeMethod · 0.80

Calls 4

findFunction · 0.85
emptyMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected