Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Profactor/cv-plot
/ endRun
Method
endRun
CvPlot/ext/catch2/inc/catch.hpp:14084–14088 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14082
}
14083
14084
void TrackerContext::endRun() {
14085
m_rootTracker.reset();
14086
m_currentTracker = nullptr;
14087
m_runState = NotStarted;
14088
}
14089
14090
void TrackerContext::startCycle() {
14091
m_currentTracker = m_rootTracker.get();
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected