MCPcopy 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

mcpCommandFunction · 0.80
toolsCommandFunction · 0.80
configCommandFunction · 0.80

Calls 2

stopMethod · 0.95
successMethod · 0.80

Tested by

no test coverage detected