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

Function onRenamePressedCallback

Tactility/Source/app/files/View.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56static void onRenamePressedCallback(lv_event_t* event) {
57 auto* view = static_cast<View*>(lv_event_get_user_data(event));
58 view->onRenamePressed();
59}
60
61static void onDeletePressedCallback(lv_event_t* event) {
62 auto* view = static_cast<View*>(lv_event_get_user_data(event));

Callers

nothing calls this directly

Calls 1

onRenamePressedMethod · 0.80

Tested by

no test coverage detected