Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ endRun
Method
endRun
unittests/catch.hpp:10120–10124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10118
}
10119
10120
void TrackerContext::endRun() {
10121
m_rootTracker.reset();
10122
m_currentTracker = nullptr;
10123
m_runState = NotStarted;
10124
}
10125
10126
void TrackerContext::startCycle() {
10127
m_currentTracker = m_rootTracker.get();
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected