Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FidoProject/Fido
/ endRun
Method
endRun
tests/catch.h:5510–5514 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5508
ITracker& startRun();
5509
5510
void endRun() {
5511
m_rootTracker.reset();
5512
m_currentTracker = CATCH_NULL;
5513
m_runState = NotStarted;
5514
}
5515
5516
void startCycle() {
5517
m_currentTracker = m_rootTracker.get();
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected