MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / clearOverlayFocusRestore

Method clearOverlayFocusRestore

packages/pi-tui/src/tui.ts:445–447  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

443 }
444
445 private clearOverlayFocusRestore(): void {
446 this.overlayFocusRestore = { status: "inactive" };
447 }
448
449 private clearOverlayFocusRestoreFor(overlay: OverlayStackEntry): void {
450 if (this.overlayFocusRestore.status !== "inactive" && this.overlayFocusRestore.overlay === overlay) {

Callers 5

setFocusInternalMethod · 0.95
showOverlayMethod · 0.95
handleInputMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected