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

Function getCurrentApp

Tactility/Source/app/App.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44std::shared_ptr<App> getCurrentApp() {
45 const auto app_context = getCurrentAppContext();
46 return (app_context != nullptr) ? app_context->getApp() : nullptr;
47}
48
49}

Callers 9

onEnableSwitchChangedFunction · 0.85
onEnableSwitchChangedFunction · 0.85
onScanButtonClickedFunction · 0.85
onConnectMethod · 0.85
onConnectFunction · 0.85

Calls 2

getCurrentAppContextFunction · 0.85
getAppMethod · 0.80

Tested by

no test coverage detected