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