Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ startCycle
Method
startCycle
external/catch.hpp:14371–14374 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14369
}
14370
14371
void TrackerContext::startCycle() {
14372
m_currentTracker = m_rootTracker.get();
14373
m_runState = Executing;
14374
}
14375
void TrackerContext::completeCycle() {
14376
m_runState = CompletedCycle;
14377
}
Callers
1
runTest
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected