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

Method ElfApp

Tactility/Source/app/ElfApp.cpp:131–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129public:
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected