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

Method success

src/ui/components/Display.ts:65–68  ·  view source on GitHub ↗

* 成功消息

(message: string, options?: DisplayOptions)

Source from the content-addressed store, hash-verified

63 * 成功消息
64 */
65 public static success(message: string, options?: DisplayOptions): void {
66 const text = `${UIStyles.icon.success} ${UIStyles.status.success(message)}`;
67 this.output(text, options);
68 }
69
70 /**
71 * 错误消息

Callers 13

mcpCommandFunction · 0.80
displayToolResultFunction · 0.80
configCommandFunction · 0.80
statusMethod · 0.80
createProgressBarMethod · 0.80
countdownMethod · 0.80
simulateMethod · 0.80
succeedMethod · 0.80
colorizeMethod · 0.80
renderMethod · 0.80
completeMethod · 0.80
statusMethod · 0.80

Calls 1

outputMethod · 0.95

Tested by

no test coverage detected