Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
std::string MacroConditionHttp::GetShortDesc() const
153
{
154
auto server = _server.lock();
155
return server ? server->Name() :
""
;
156
}
157
158
void MacroConditionHttp::SetupTempVars()
159
{
Callers
1
ServerChanged
Method · 0.45
Calls
1
Name
Method · 0.45
Tested by
no test coverage detected