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

Method IsEmpty

internal/tui/picker.go:270–272  ·  view source on GitHub ↗

IsEmpty returns true if there are no PRDs.

()

Source from the content-addressed store, hash-verified

268
269// IsEmpty returns true if there are no PRDs.
270func (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.
275func (p *PRDPicker) IsInputMode() bool {

Callers 1

RenderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected