MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / startCycle

Method startCycle

Bcore/src/main/cpp/Dobby/tests/catch.hpp:10037–10040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10035}
10036
10037void TrackerContext::startCycle() {
10038 m_currentTracker = m_rootTracker.get();
10039 m_runState = Executing;
10040}
10041void TrackerContext::completeCycle() {
10042 m_runState = CompletedCycle;
10043}

Callers 1

runTestMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected