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

Function getCurrentAppContext

Tactility/Source/app/App.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38std::shared_ptr<AppContext> getCurrentAppContext() {
39 const auto service = service::loader::findLoaderService();
40 assert(service != nullptr);
41 return service->getCurrentAppContext();
42}
43
44std::shared_ptr<App> getCurrentApp() {
45 const auto app_context = getCurrentAppContext();

Callers 10

taskMainMethod · 0.85
onLoaderEventMethod · 0.85
stopTopMethod · 0.85
getCurrentAppFunction · 0.85
optAppFunction · 0.85
optAppFunction · 0.85
onPressConnectMethod · 0.85
optAppFunction · 0.85
optAppFunction · 0.85
findAppInstanceMethod · 0.85

Calls 2

findLoaderServiceFunction · 0.85
getCurrentAppContextMethod · 0.80

Tested by

no test coverage detected