Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/basecamp/once
/ waitForProgress
Method
waitForProgress
internal/command/cli_progress.go:124–129 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
122
}
123
124
func
(m *cliProgress) waitForProgress() tea.Cmd {
125
return
func
() tea.Msg {
126
p := <-m.progressChan
127
return
cliProgressUpdateMsg{p: p}
128
}
129
}
130
131
// Helpers
132
Callers
2
Init
Method · 0.95
Update
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected