MCPcopy
hub / github.com/basecamp/once / updateActionsMenu

Function updateActionsMenu

internal/ui/actions_menu_test.go:130–133  ·  view source on GitHub ↗

Helpers

(m ActionsMenu, msg tea.Msg)

Source from the content-addressed store, hash-verified

128// Helpers
129
130func updateActionsMenu(m ActionsMenu, msg tea.Msg) (ActionsMenu, tea.Cmd) {
131 comp, cmd := m.Update(msg)
132 return comp.(ActionsMenu), cmd
133}

Calls 1

UpdateMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…