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

Method startCycle

tests/catch.hpp:11664–11667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11662 }
11663
11664 void TrackerContext::startCycle() {
11665 m_currentTracker = m_rootTracker.get();
11666 m_runState = Executing;
11667 }
11668 void TrackerContext::completeCycle() {
11669 m_runState = CompletedCycle;
11670 }

Callers 1

runTestMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected