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

Method GetShortDesc

plugins/base/macro-action-websocket.cpp:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111std::string MacroActionWebsocket::GetShortDesc() const
112{
113 if (_type == MessageType::REQUEST) {
114 return GetWeakConnectionName(_connection);
115 }
116 return "";
117}
118
119std::shared_ptr<MacroAction> MacroActionWebsocket::Create(Macro *m)
120{

Callers 2

APITypeChangedMethod · 0.45
MessageTypeChangedMethod · 0.45

Calls 1

GetWeakConnectionNameFunction · 0.85

Tested by

no test coverage detected