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

Function stopSpinner

apps/kimi-code/src/tui/commands/info.ts:66–70  ·  view source on GitHub ↗
(opts: { ok: boolean; label: string })

Source from the content-addressed store, hash-verified

64 // interval (and its per-frame requestRender) leaks for the rest of the session.
65 let stopped = false;
66 const stopSpinner = (opts: { ok: boolean; label: string }): void => {
67 if (stopped) return;
68 stopped = true;
69 spinner.stop(opts);
70 };
71 try {
72 const res = await host.harness.auth.submitFeedback({
73 content: input.value,

Callers 1

handleFeedbackCommandFunction · 0.70

Calls 1

stopMethod · 0.65

Tested by

no test coverage detected