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

Method IsCancelled

internal/tui/worktree_spinner.go:136–138  ·  view source on GitHub ↗

IsCancelled returns true if the user cancelled.

()

Source from the content-addressed store, hash-verified

134
135// IsCancelled returns true if the user cancelled.
136func (w *WorktreeSpinner) IsCancelled() bool {
137 return w.cancelled
138}
139
140// Cancel marks the spinner as cancelled.
141func (w *WorktreeSpinner) Cancel() {

Callers 2

Calls

no outgoing calls

Tested by 1