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

Method FilesApp

Tactility/Source/app/files/FilesApp.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18public:
19
20 FilesApp() {
21 state = std::make_shared<State>();
22 view = std::make_unique<View>(state);
23 }
24
25 void onShow(AppContext& appContext, lv_obj_t* parent) override {
26 view->init(appContext, parent);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected