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

Method CleanConfirmMoveUp

internal/tui/picker.go:382–386  ·  view source on GitHub ↗

CleanConfirmMoveUp moves the selection up in the clean confirmation dialog.

()

Source from the content-addressed store, hash-verified

380
381// CleanConfirmMoveUp moves the selection up in the clean confirmation dialog.
382func (p *PRDPicker) CleanConfirmMoveUp() {
383 if p.cleanConfirmation != nil && p.cleanConfirmation.SelectedIdx > 0 {
384 p.cleanConfirmation.SelectedIdx--
385 }
386}
387
388// CleanConfirmMoveDown moves the selection down in the clean confirmation dialog.
389func (p *PRDPicker) CleanConfirmMoveDown() {

Callers 2

Calls

no outgoing calls

Tested by 1