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

Method isComplete

tests/catch.hpp:11691–11693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11689 return m_nameAndLocation;
11690 }
11691 bool TrackerBase::isComplete() const {
11692 return m_runState == CompletedSuccessfully || m_runState == Failed;
11693 }
11694 bool TrackerBase::isSuccessfullyCompleted() const {
11695 return m_runState == CompletedSuccessfully;
11696 }

Callers 2

GeneratorTrackerClass · 0.80
closeMethod · 0.80

Calls 3

emptyMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected