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

Method onChannelCancel

Tactility/Source/app/chat/ChatView.cpp:292–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void ChatView::onChannelCancel(lv_event_t* e) {
293 auto* self = static_cast<ChatView*>(lv_event_get_user_data(e));
294 self->hideChannelSelector();
295}
296
297} // namespace tt::app::chat
298

Callers

nothing calls this directly

Calls 1

hideChannelSelectorMethod · 0.95

Tested by

no test coverage detected