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

Function start

Tactility/Source/app/App.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6constexpr auto* TAG = "App";
7
8LaunchId start(const std::string& id, std::shared_ptr<const Bundle> parameters) {
9 const auto service = service::loader::findLoaderService();
10 assert(service != nullptr);
11 return service->start(id, std::move(parameters));
12}
13
14void stop() {
15 const auto service = service::loader::findLoaderService();

Callers 9

onCreateMethod · 0.70
runFunction · 0.50
handleAppRunMethod · 0.50
handleApiAppsRunMethod · 0.50
tt_app_startFunction · 0.50
tt_app_start_with_bundleFunction · 0.50
tt_lvgl_startFunction · 0.50
tt_app_alertdialog_startFunction · 0.50

Calls 2

findLoaderServiceFunction · 0.85
startMethod · 0.45

Tested by

no test coverage detected