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

Method start

packages/pi-tui/src/components/loader.ts:47–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 }
46
47 start(): void {
48 this.updateDisplay();
49 this.restartAnimation();
50 }
51
52 stop(): void {
53 if (this.intervalId) {

Callers 1

setIndicatorMethod · 0.95

Calls 2

updateDisplayMethod · 0.95
restartAnimationMethod · 0.95

Tested by

no test coverage detected