Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ stop_app
Function
stop_app
Tactility/Source/lvgl/Toolbar.cpp:83–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
};
82
83
static void stop_app(lv_event_t* event) {
84
app::stop();
85
}
86
87
static void toolbar_constructor(const lv_obj_class_t* class_p, lv_obj_t* obj) {
88
LV_UNUSED(class_p);
Callers
nothing calls this directly
Calls
1
stop
Function · 0.70
Tested by
no test coverage detected