MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / startCycle

Method startCycle

Source/ThirdParty/catch2/catch.hpp:14375–14378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14373 }
14374
14375 void TrackerContext::startCycle() {
14376 m_currentTracker = m_rootTracker.get();
14377 m_runState = Executing;
14378 }
14379 void TrackerContext::completeCycle() {
14380 m_runState = CompletedCycle;
14381 }

Callers 1

runTestMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected