Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
std::shared_ptr<App> getCurrentApp() {
45
const auto app_context = getCurrentAppContext();
46
return (app_context != nullptr) ? app_context->getApp() : nullptr;
47
}
48
49
}
Callers
9
onEnableSwitchChanged
Function · 0.85
onEnableSwitchChanged
Function · 0.85
onScanButtonClicked
Function · 0.85
onConnect
Method · 0.85
onListItemSelectedCallback
Method · 0.85
onConnect
Function · 0.85
onListItemSelectedCallback
Method · 0.85
onButtonClickedCallback
Method · 0.85
onButtonClickedCallback
Method · 0.85
Calls
2
getCurrentAppContext
Function · 0.85
getApp
Method · 0.80
Tested by
no test coverage detected