Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ startCycle
Method
startCycle
test/expected/catch.hpp:14108–14111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14106
}
14107
14108
void TrackerContext::startCycle() {
14109
m_currentTracker = m_rootTracker.get();
14110
m_runState = Executing;
14111
}
14112
void TrackerContext::completeCycle() {
14113
m_runState = CompletedCycle;
14114
}
Callers
1
runTest
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected