Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ succeed
Method
succeed
src/ui/components/Progress.ts:214–217 ·
view source on GitHub ↗
* 成功完成
(text?: string)
Source
from the content-addressed store, hash-verified
212
* 成功完成
213
*/
214
public succeed(text?: string): void {
215
this.stop();
216
UIDisplay.success(text || this.text);
217
}
218
219
/**
220
* 失败
Callers
3
mcpCommand
Function · 0.80
toolsCommand
Function · 0.80
configCommand
Function · 0.80
Calls
2
stop
Method · 0.95
success
Method · 0.80
Tested by
no test coverage detected