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

Method warning

src/ui/components/Display.ts:81–84  ·  view source on GitHub ↗

* 警告消息

(message: string, options?: DisplayOptions)

Source from the content-addressed store, hash-verified

79 * 警告消息
80 */
81 public static warning(message: string, options?: DisplayOptions): void {
82 const text = `${UIStyles.icon.warning} ${UIStyles.status.warning(message)}`;
83 this.output(text, options);
84 }
85
86 /**
87 * 信息消息

Callers 9

index.tsFile · 0.80
mcpCommandFunction · 0.80
toolsCommandFunction · 0.80
configCommandFunction · 0.80
statusMethod · 0.80
countdownMethod · 0.80
warnMethod · 0.80
colorizeMethod · 0.80
statusMethod · 0.80

Calls 1

outputMethod · 0.95

Tested by

no test coverage detected