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

Method GetShortDesc

plugins/base/macro-condition-websocket.cpp:113–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113std::string MacroConditionWebsocket::GetShortDesc() const
114{
115 if (_type == Type::REQUEST) {
116 return "";
117 }
118 return GetWeakConnectionName(_connection);
119}
120
121void MacroConditionWebsocket::SetType(Type type)
122{

Callers 1

ConditionChangedMethod · 0.45

Calls 1

GetWeakConnectionNameFunction · 0.85

Tested by

no test coverage detected