Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MiniMax-AI/cli
/ stop
Method
stop
src/commands/text/chat.ts:64–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
stop(): void {
65
if
(this.timer) { clearInterval(this.timer); this.timer = null; }
66
this.out.write(
'\r\x1b[0K'
);
67
}
68
69
private tick(): void {
70
const
ch = BRAILLE[this.frame % BRAILLE.length];
Callers
1
run
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected