MCPcopy
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
124func (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

InitMethod · 0.95
UpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected