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

Method isSuccessfullyCompleted

external/catch.hpp:14398–14400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14396 return m_runState == CompletedSuccessfully || m_runState == Failed;
14397 }
14398 bool TrackerBase::isSuccessfullyCompleted() const {
14399 return m_runState == CompletedSuccessfully;
14400 }
14401 bool TrackerBase::isOpen() const {
14402 return m_runState != NotStarted && !isComplete();
14403 }

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected