Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ stopAll
Method
stopAll
base/poco/Net/src/HTTPServer.cpp:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
52
void HTTPServer::stopAll(bool abortCurrent)
53
{
54
stop();
55
_pFactory->serverStopped(this, abortCurrent);
56
}
57
58
59
} } // namespace Poco::Net
Callers
nothing calls this directly
Calls
1
stop
Function · 0.85
Tested by
no test coverage detected