Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ startCycle
Method
startCycle
lib/catch2/catch.hpp:14382–14385 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14380
}
14381
14382
void TrackerContext::startCycle() {
14383
m_currentTracker = m_rootTracker.get();
14384
m_runState = Executing;
14385
}
14386
void TrackerContext::completeCycle() {
14387
m_runState = CompletedCycle;
14388
}
Callers
1
runTest
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected