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

Method stopAll

Tactility/Source/service/loader/Loader.cpp:293–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293void LoaderService::stopAll(const std::string& id) {
294 LOGGER.info("dispatching stopAll({})", id);
295 dispatcherThread->dispatch([this, id] {
296 onStopAllAppMessage(id);
297 });
298}
299
300std::shared_ptr<app::AppContext> LoaderService::getCurrentAppContext() {
301 const auto lock = mutex.asScopedLock();

Callers 1

stopAllFunction · 0.80

Calls 2

infoMethod · 0.80
dispatchMethod · 0.45

Tested by

no test coverage detected