MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / SetSize

Method SetSize

internal/tui/worktree_spinner.go:79–82  ·  view source on GitHub ↗

SetSize sets the spinner dimensions.

(width, height int)

Source from the content-addressed store, hash-verified

77
78// SetSize sets the spinner dimensions.
79func (w *WorktreeSpinner) SetSize(width, height int) {
80 w.width = width
81 w.height = height
82}
83
84// AdvanceStep marks the current step as complete and moves to the next.
85func (w *WorktreeSpinner) AdvanceStep() {

Calls

no outgoing calls

Tested by 3