MCPcopy 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
52void 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

stopFunction · 0.85

Tested by

no test coverage detected