MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / GetWeakHttpServerByQString

Function GetWeakHttpServerByQString

plugins/http/http-server.cpp:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261std::weak_ptr<HttpServer> GetWeakHttpServerByQString(const QString &name)
262{
263 return GetWeakHttpServerByName(name.toStdString());
264}
265
266std::string GetWeakHttpServerName(const std::weak_ptr<HttpServer> &server)
267{

Callers 2

updateServerStatusFunction · 0.85
openSettingsDialogFunction · 0.85

Calls 1

GetWeakHttpServerByNameFunction · 0.85

Tested by

no test coverage detected