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

Method warn

src/ui/components/Progress.ts:230–233  ·  view source on GitHub ↗

* 警告

(text?: string)

Source from the content-addressed store, hash-verified

228 * 警告
229 */
230 public warn(text?: string): void {
231 this.stop();
232 UIDisplay.warning(text || this.text);
233 }
234
235 /**
236 * 信息

Callers 12

smartFunctionCallMethod · 0.45
initializeMethod · 0.45
initializeMethod · 0.45
saveSessionMethod · 0.45
saveConversationMethod · 0.45
deleteSessionMethod · 0.45
cleanupOldSessionsMethod · 0.45
getStorageStatsMethod · 0.45
loadConfigMethod · 0.45
loadConfigFileFunction · 0.45
getUserConfigFunction · 0.45

Calls 2

stopMethod · 0.95
warningMethod · 0.80

Tested by

no test coverage detected