Helpers
(m ActionsMenu, msg tea.Msg)
| 128 | // Helpers |
| 129 | |
| 130 | func updateActionsMenu(m ActionsMenu, msg tea.Msg) (ActionsMenu, tea.Cmd) { |
| 131 | comp, cmd := m.Update(msg) |
| 132 | return comp.(ActionsMenu), cmd |
| 133 | } |
no test coverage detected
searching dependent graphs…