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

Function render

apps/kimi-code/src/cli/update/prompt.ts:150–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 };
149
150 const render = (): void => {
151 lineCount = writePromptFrame(
152 output,
153 renderInstallPrompt(options, choices, selectedIndex),
154 lineCount,
155 );
156 };
157
158 const onKeypress = (_input: string, key: { name?: string; ctrl?: boolean }): void => {
159 if (key.name === 'up') {

Callers 2

onKeypressFunction · 0.70
promptForInstallChoiceFunction · 0.70

Calls 2

writePromptFrameFunction · 0.85
renderInstallPromptFunction · 0.85

Tested by

no test coverage detected