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

Method GetShortDesc

plugins/http/macro-condition-http.cpp:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152std::string MacroConditionHttp::GetShortDesc() const
153{
154 auto server = _server.lock();
155 return server ? server->Name() : "";
156}
157
158void MacroConditionHttp::SetupTempVars()
159{

Callers 1

ServerChangedMethod · 0.45

Calls 1

NameMethod · 0.45

Tested by

no test coverage detected