Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
93
func
updateRemove(m Remove, msg tea.Msg) (Remove, tea.Cmd) {
94
comp, cmd := m.Update(msg)
95
return
comp.(Remove), cmd
96
}
Callers
6
TestRemove_ViewShowsConfirmation
Function · 0.85
TestRemove_CancelNavigatesToDashboard
Function · 0.85
TestRemove_EscNavigatesToDashboard
Function · 0.85
TestRemove_ConfirmStartsRemoval
Function · 0.85
TestRemove_SuccessNavigatesToDashboard
Function · 0.85
TestRemove_ErrorShowsErrorAndReturnsToConfirmation
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…