SetCleanResult sets the clean result for display.
(result *CleanResult)
| 411 | |
| 412 | // SetCleanResult sets the clean result for display. |
| 413 | func (p *PRDPicker) SetCleanResult(result *CleanResult) { |
| 414 | p.cleanResult = result |
| 415 | } |
| 416 | |
| 417 | // ClearCleanResult clears any displayed clean result. |
| 418 | func (p *PRDPicker) ClearCleanResult() { |