Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
start
Method · 0.95
succeed
Method · 0.95
fail
Method · 0.95
warn
Method · 0.95
info
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected