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

Method showHelpPanel

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

Source from the content-addressed store, hash-verified

2638 }
2639
2640 showHelpPanel(): void {
2641 this.state.activeDialog = 'help';
2642 this.mountEditorReplacement(
2643 new HelpPanelComponent({
2644 commands: this.getSlashCommands(),
2645 onClose: () => {
2646 this.hideHelpPanel();
2647 },
2648 }),
2649 );
2650 }
2651
2652 private hideHelpPanel(): void {
2653 this.state.activeDialog = null;

Callers

nothing calls this directly

Calls 3

getSlashCommandsMethod · 0.95
hideHelpPanelMethod · 0.95

Tested by

no test coverage detected