Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ endRun
Method
endRun
Bcore/src/main/cpp/Dobby/tests/catch.hpp:10031–10035 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10029
}
10030
10031
void TrackerContext::endRun() {
10032
m_rootTracker.reset();
10033
m_currentTracker = nullptr;
10034
m_runState = NotStarted;
10035
}
10036
10037
void TrackerContext::startCycle() {
10038
m_currentTracker = m_rootTracker.get();
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected