HasBranch returns true if the completion screen has a branch set.
()
| 109 | |
| 110 | // HasBranch returns true if the completion screen has a branch set. |
| 111 | func (c *CompletionScreen) HasBranch() bool { |
| 112 | return c.branch != "" |
| 113 | } |
| 114 | |
| 115 | // SetPushInProgress marks the push as in progress. |
| 116 | func (c *CompletionScreen) SetPushInProgress() { |
no outgoing calls