MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / stopAll

Function stopAll

Tactility/Source/app/App.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void stopAll(const std::string& id) {
27 const auto service = service::loader::findLoaderService();
28 assert(service != nullptr);
29 service->stopAll(id);
30}
31
32bool isRunning(const std::string& id) {
33 const auto service = service::loader::findLoaderService();

Callers 4

handleAppRunMethod · 0.85
handleApiAppsRunMethod · 0.85
installFunction · 0.85
uninstallFunction · 0.85

Calls 2

findLoaderServiceFunction · 0.85
stopAllMethod · 0.80

Tested by

no test coverage detected