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

Function updateDashboard

internal/ui/dashboard_test.go:243–246  ·  view source on GitHub ↗
(d Dashboard, msg tea.Msg)

Source from the content-addressed store, hash-verified

241}
242
243func updateDashboard(d Dashboard, msg tea.Msg) (Dashboard, tea.Cmd) {
244 comp, cmd := d.Update(msg)
245 return comp.(Dashboard), cmd
246}

Calls 1

UpdateMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…