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

Method renderHelpView

internal/tui/app.go:1828–1831  ·  view source on GitHub ↗

renderHelpView renders the help overlay.

()

Source from the content-addressed store, hash-verified

1826
1827// renderHelpView renders the help overlay.
1828func (a *App) renderHelpView() string {
1829 a.helpOverlay.SetSize(a.width, a.height)
1830 return a.helpOverlay.Render()
1831}
1832
1833// handlePickerKeys handles keyboard input when the picker is active.
1834func (a App) handlePickerKeys(msg tea.KeyMsg) (tea.Model, tea.Cmd) {

Callers 1

ViewMethod · 0.95

Calls 2

SetSizeMethod · 0.45
RenderMethod · 0.45

Tested by

no test coverage detected