MCPcopy Index your code
hub / github.com/codehamr/codehamr / popoverOpen

Method popoverOpen

internal/tui/popover.go:12–12  ·  view source on GitHub ↗

popoverOpen reports whether the slash-autocomplete popover should render and consume ↑/↓/Tab/Esc.

()

Source from the content-addressed store, hash-verified

10// popoverOpen reports whether the slash-autocomplete popover should render
11// and consume ↑/↓/Tab/Esc.
12func (m Model) popoverOpen() bool { return m.suggestOpen }
13
14// currentSuggestion returns the highlighted popover row, or false when the
15// popover is closed or empty.

Calls

no outgoing calls