MCPcopy
hub / github.com/basecamp/once / Init

Method Init

internal/command/cli_progress.go:62–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62func (m *cliProgress) Init() tea.Cmd {
63 return tea.Batch(
64 m.runTask(),
65 m.waitForProgress(),
66 m.progress.Init(),
67 )
68}
69
70func (m *cliProgress) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
71 switch msg := msg.(type) {

Callers

nothing calls this directly

Calls 3

runTaskMethod · 0.95
waitForProgressMethod · 0.95
InitMethod · 0.65

Tested by

no test coverage detected