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

Method hideHelpPanel

apps/kimi-code/src/tui/kimi-tui.ts:2652–2655  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2650 }
2651
2652 private hideHelpPanel(): void {
2653 this.state.activeDialog = null;
2654 this.restoreEditor();
2655 }
2656
2657 private sessionPickerOptions: {
2658 readonly applyStartupModes: boolean;

Callers 1

showHelpPanelMethod · 0.95

Calls 1

restoreEditorMethod · 0.95

Tested by

no test coverage detected