MCPcopy Create free account
hub / github.com/echoVic/blade-code / stop

Method stop

src/ui/components/Progress.ts:196–202  ·  view source on GitHub ↗

* 停止旋转

()

Source from the content-addressed store, hash-verified

194 * 停止旋转
195 */
196 public stop(): void {
197 if (this.interval) {
198 clearInterval(this.interval);
199 this.interval = null;
200 process.stdout.write('\r');
201 }
202 }
203
204 /**
205 * 更新文本

Callers 5

startMethod · 0.95
succeedMethod · 0.95
failMethod · 0.95
warnMethod · 0.95
infoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected