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

Method HasError

internal/tui/worktree_spinner.go:116–118  ·  view source on GitHub ↗

HasError returns true if there is an error.

()

Source from the content-addressed store, hash-verified

114
115// HasError returns true if there is an error.
116func (w *WorktreeSpinner) HasError() bool {
117 return w.errMsg != ""
118}
119
120// IsDone returns true if all steps are complete.
121func (w *WorktreeSpinner) IsDone() bool {

Callers 2

RenderMethod · 0.95

Calls

no outgoing calls

Tested by 1