PRDName returns the PRD name shown on the completion screen.
()
| 99 | |
| 100 | // PRDName returns the PRD name shown on the completion screen. |
| 101 | func (c *CompletionScreen) PRDName() string { |
| 102 | return c.prdName |
| 103 | } |
| 104 | |
| 105 | // Branch returns the branch shown on the completion screen. |
| 106 | func (c *CompletionScreen) Branch() string { |
no outgoing calls