MCPcopy 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
33static void stopPlugin()
34{
35 std::thread t([]() { StopPlugin(); });
36 t.detach();
37}
38
39static void importSettings(const std::string &path)
40{

Callers 1

PerformActionMethod · 0.85

Calls 1

StopPluginFunction · 0.50

Tested by

no test coverage detected