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

Method isSuccessfullyCompleted

tutorials/external/catch.hpp:11966–11968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11964 return m_runState == CompletedSuccessfully || m_runState == Failed;
11965 }
11966 bool TrackerBase::isSuccessfullyCompleted() const {
11967 return m_runState == CompletedSuccessfully;
11968 }
11969 bool TrackerBase::isOpen() const {
11970 return m_runState != NotStarted && !isComplete();
11971 }

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected