IsEmpty returns true if there are no PRDs.
()
| 268 | |
| 269 | // IsEmpty returns true if there are no PRDs. |
| 270 | func (p *PRDPicker) IsEmpty() bool { |
| 271 | return len(p.entries) == 0 |
| 272 | } |
| 273 | |
| 274 | // IsInputMode returns true if the picker is in input mode for new PRD name. |
| 275 | func (p *PRDPicker) IsInputMode() bool { |