MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / isSuccessfullyCompleted

Method isSuccessfullyCompleted

tests/catch.hpp:11694–11696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11692 return m_runState == CompletedSuccessfully || m_runState == Failed;
11693 }
11694 bool TrackerBase::isSuccessfullyCompleted() const {
11695 return m_runState == CompletedSuccessfully;
11696 }
11697 bool TrackerBase::isOpen() const {
11698 return m_runState != NotStarted && !isComplete();
11699 }

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected