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

Method IsDone

internal/tui/worktree_spinner.go:121–123  ·  view source on GitHub ↗

IsDone returns true if all steps are complete.

()

Source from the content-addressed store, hash-verified

119
120// IsDone returns true if all steps are complete.
121func (w *WorktreeSpinner) IsDone() bool {
122 return w.currentStep >= SpinnerStepDone
123}
124
125// GetCurrentStep returns the current step.
126func (w *WorktreeSpinner) GetCurrentStep() WorktreeSpinnerStep {

Callers 3

RenderMethod · 0.95

Calls

no outgoing calls