Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ SendRequest
Method
SendRequest
plugins/base/macro-action-websocket.cpp:30–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
};
29
30
void MacroActionWebsocket::SendRequest(const std::string &msg)
31
{
32
auto connection = _connection.lock();
33
if (!connection) {
34
return;
35
}
36
37
connection->SendMsg(msg);
38
}
39
40
bool MacroActionWebsocket::PerformAction()
41
{
Callers
nothing calls this directly
Calls
1
SendMsg
Method · 0.80
Tested by
no test coverage detected