| 19 | extern const AppManifest manifest; |
| 20 | |
| 21 | class 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. */ |
| 24 | std::shared_ptr<PowerApp> optApp() { |
nothing calls this directly
no test coverage detected