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

Method renderQuitConfirmView

internal/tui/app.go:908–911  ·  view source on GitHub ↗

renderQuitConfirmView renders the quit confirmation dialog.

()

Source from the content-addressed store, hash-verified

906
907// renderQuitConfirmView renders the quit confirmation dialog.
908func (a *App) renderQuitConfirmView() string {
909 a.quitConfirm.SetSize(a.width, a.height)
910 return a.quitConfirm.Render()
911}
912
913// handleLoopEvent handles events from the manager.
914func (a App) handleLoopEvent(prdName string, event loop.Event) (tea.Model, tea.Cmd) {

Callers 1

ViewMethod · 0.95

Calls 2

SetSizeMethod · 0.45
RenderMethod · 0.45

Tested by

no test coverage detected