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

Function finish

apps/kimi-code/src/cli/update/prompt.ts:145–148  ·  view source on GitHub ↗
(choice: InstallPromptChoiceValue)

Source from the content-addressed store, hash-verified

143 };
144
145 const finish = (choice: InstallPromptChoiceValue): void => {
146 cleanup();
147 resolve(choice);
148 };
149
150 const render = (): void => {
151 lineCount = writePromptFrame(

Callers 1

onKeypressFunction · 0.70

Calls 2

cleanupFunction · 0.70
resolveFunction · 0.50

Tested by

no test coverage detected