Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/basecamp/once
/ View
Method
View
internal/command/cli_progress.go:101–104 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
}
100
101
func
(m *cliProgress) View() tea.View {
102
prefix := m.label +
" "
+ m.stage +
": "
103
return
tea.NewView(prefix + m.progress.View())
104
}
105
106
// Private
107
Callers
nothing calls this directly
Calls
1
View
Method · 0.65
Tested by
no test coverage detected