Branch returns the branch shown on the completion screen.
()
| 104 | |
| 105 | // Branch returns the branch shown on the completion screen. |
| 106 | func (c *CompletionScreen) Branch() string { |
| 107 | return c.branch |
| 108 | } |
| 109 | |
| 110 | // HasBranch returns true if the completion screen has a branch set. |
| 111 | func (c *CompletionScreen) HasBranch() bool { |
no outgoing calls