MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / SetCleanResult

Method SetCleanResult

internal/tui/picker.go:413–415  ·  view source on GitHub ↗

SetCleanResult sets the clean result for display.

(result *CleanResult)

Source from the content-addressed store, hash-verified

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

Callers 1

handleCleanResultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected