MCPcopy
hub / github.com/MiniMax-AI/cli / start

Method start

src/commands/text/chat.ts:57–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 start(): void {
58 this.frame = 0;
59 this.startTime = Date.now();
60 this.tick();
61 this.timer = setInterval(() => this.tick(), 80);
62 }
63
64 stop(): void {
65 if (this.timer) { clearInterval(this.timer); this.timer = null; }

Callers 1

runFunction · 0.95

Calls 1

tickMethod · 0.95

Tested by

no test coverage detected