MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / ClearModal

Method ClearModal

ui/fullscreen_backend.go:213–223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211}
212
213func (b *FullscreenRendererBackend) ClearModal() {
214 b.ActiveModalState = nil
215 b.ModalText = ""
216 if b.InputEnabled {
217 b.FocusedPane = "input"
218 } else {
219 b.FocusedPane = "transcript"
220 }
221 b.StatusText = b.formatStatus(b.LastFrame)
222 b.refreshControls()
223}
224
225func (b *FullscreenRendererBackend) Shutdown(finalSnapshot RenderFrame) {
226 b.LastFrame = finalSnapshot

Callers 1

AskPermissionMethod · 0.95

Calls 2

formatStatusMethod · 0.95
refreshControlsMethod · 0.95

Tested by

no test coverage detected