Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ stopPlugin
Function
stopPlugin
plugins/base/macro-action-plugin-state.cpp:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
};
32
33
static void stopPlugin()
34
{
35
std::thread t([]() { StopPlugin(); });
36
t.detach();
37
}
38
39
static void importSettings(const std::string &path)
40
{
Callers
1
PerformAction
Method · 0.85
Calls
1
StopPlugin
Function · 0.50
Tested by
no test coverage detected