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

Function ServerNameAvailable

plugins/http/http-server.cpp:282–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280// --- HttpServerSettingsDialog ---
281
282static bool ServerNameAvailable(const QString &name)
283{
284 return !GetHttpServerByName(name.toStdString());
285}
286
287static bool AskForSettingsWrapper(QWidget *parent, Item &settings)
288{

Callers

nothing calls this directly

Calls 1

GetHttpServerByNameFunction · 0.85

Tested by

no test coverage detected