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

Method SetCurrentPRD

internal/tui/picker.go:313–315  ·  view source on GitHub ↗

SetCurrentPRD sets the current PRD name for highlighting.

(name string)

Source from the content-addressed store, hash-verified

311
312// SetCurrentPRD sets the current PRD name for highlighting.
313func (p *PRDPicker) SetCurrentPRD(name string) {
314 p.currentPRD = name
315}
316
317// CanMerge returns true if the selected entry is a completed PRD with a branch set.
318func (p *PRDPicker) CanMerge() bool {

Callers 1

switchToPRDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected