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

Function updateRemove

internal/ui/remove_test.go:93–96  ·  view source on GitHub ↗
(m Remove, msg tea.Msg)

Source from the content-addressed store, hash-verified

91}
92
93func updateRemove(m Remove, msg tea.Msg) (Remove, tea.Cmd) {
94 comp, cmd := m.Update(msg)
95 return comp.(Remove), cmd
96}

Calls 1

UpdateMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…