Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ hasStarted
Method
hasStarted
lib/catch2/catch.hpp:7580–7582 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7578
bool isOpen() const override;
7579
bool hasChildren() const override;
7580
bool hasStarted() const override {
7581
return m_runState != NotStarted;
7582
}
7583
7584
void addChild( ITrackerPtr const& child ) override;
7585
Callers
1
close
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected