Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
243
func
updateDashboard(d Dashboard, msg tea.Msg) (Dashboard, tea.Cmd) {
244
comp, cmd := d.Update(msg)
245
return
comp.(Dashboard), cmd
246
}
Callers
11
TestDashboardKeyboardSelectsPanel
Function · 0.85
TestDashboardKeyboardJK
Function · 0.85
TestDashboard_ActionsMenuOpensOnA
Function · 0.85
TestDashboard_ActionsMenuCloses
Function · 0.85
TestDashboard_ActionsMenuStartStop
Function · 0.85
TestDashboard_ActionsMenuRemove
Function · 0.85
TestDashboard_OldStartStopKeyRemoved
Function · 0.85
TestDashboard_SettingsMenuStillWorks
Function · 0.85
TestDashboard_ToggleDetails
Function · 0.85
TestDashboard_ToggleDetailsEmptyState
Function · 0.85
TestDashboard_EmptyStateShowsMessage
Function · 0.85
Calls
1
Update
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…