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

Method Tick

internal/tui/worktree_spinner.go:146–148  ·  view source on GitHub ↗

Tick advances the spinner animation frame.

()

Source from the content-addressed store, hash-verified

144
145// Tick advances the spinner animation frame.
146func (w *WorktreeSpinner) Tick() {
147 w.spinnerFrame++
148}
149
150// completedStepLabels returns the labels for completed steps (for display after done).
151func (w *WorktreeSpinner) completedStepLabels() []string {

Callers 1

TestWorktreeSpinnerTickFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestWorktreeSpinnerTickFunction · 0.76