Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ endRun
Method
endRun
extlibs/catch/include/catch/catch.hpp:13746–13750 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13744
}
13745
13746
void TrackerContext::endRun() {
13747
m_rootTracker.reset();
13748
m_currentTracker = nullptr;
13749
m_runState = NotStarted;
13750
}
13751
13752
void TrackerContext::startCycle() {
13753
m_currentTracker = m_rootTracker.get();
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected