| 129 | public: |
| 130 | |
| 131 | explicit ElfApp(std::string appPath) : appPath(std::move(appPath)) {} |
| 132 | |
| 133 | void onCreate(AppContext& appContext) override { |
| 134 | // Because we use global variables, we have to ensure that we are not starting 2 apps in parallel |
nothing calls this directly
no outgoing calls
no test coverage detected