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

Method start

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

Source from the content-addressed store, hash-verified

271}
272
273app::LaunchId LoaderService::start(const std::string& id, std::shared_ptr<const Bundle> parameters) {
274 const auto launch_id = nextLaunchId++;
275 dispatcherThread->dispatch([this, id, launch_id, parameters]() {
276 onStartAppMessage(id, launch_id, parameters);
277 });
278 return launch_id;
279}
280
281void LoaderService::stopTop() {
282 const auto& id = getCurrentAppContext()->getManifest().appId;

Callers 8

taskStartMethod · 0.45
onStartMethod · 0.45
onStartMethod · 0.45
startGpsDeviceMethod · 0.45
onStartMethod · 0.45
onStartMethod · 0.45
onStartMethod · 0.45
startServerMethod · 0.45

Calls 1

dispatchMethod · 0.45

Tested by

no test coverage detected