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

Class PowerApp

Tactility/Source/app/power/Power.cpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19extern const AppManifest manifest;
20
21class PowerApp;
22
23/** Returns the app data if the app is active. Note that this could clash if the same app is started twice and a background thread is slow. */
24std::shared_ptr<PowerApp> optApp() {

Callers

nothing calls this directly

Calls 2

millisToTicksFunction · 0.85
TimerClass · 0.50

Tested by

no test coverage detected