MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / stop

Method stop

sources/jsonserver/JsonServer.cpp:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void JsonServer::stop()
56{
57 if (!_server->isListening())
58 return;
59
60 _server->close();
61 Info(_log, "Stopped");
62}
63
64void JsonServer::handleSettingsUpdate(settings::type type, const QJsonDocument& config)
65{

Callers

nothing calls this directly

Calls 2

isListeningMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected