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

Method stopTop

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

Source from the content-addressed store, hash-verified

279}
280
281void LoaderService::stopTop() {
282 const auto& id = getCurrentAppContext()->getManifest().appId;
283 stopTop(id);
284}
285
286void LoaderService::stopTop(const std::string& id) {
287 LOGGER.info("dispatching stopTop({})", id);

Callers 1

stopFunction · 0.80

Calls 3

getCurrentAppContextFunction · 0.85
infoMethod · 0.80
dispatchMethod · 0.45

Tested by

no test coverage detected