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

Method renderCompletionView

internal/tui/app.go:1434–1437  ·  view source on GitHub ↗

renderCompletionView renders the completion screen.

()

Source from the content-addressed store, hash-verified

1432
1433// renderCompletionView renders the completion screen.
1434func (a *App) renderCompletionView() string {
1435 a.completionScreen.SetSize(a.width, a.height)
1436 return a.completionScreen.Render()
1437}
1438
1439// renderSettingsView renders the settings overlay.
1440func (a *App) renderSettingsView() string {

Callers 1

ViewMethod · 0.95

Calls 2

SetSizeMethod · 0.45
RenderMethod · 0.45

Tested by

no test coverage detected