Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
smartFunctionCall
Method · 0.45
initialize
Method · 0.45
saveCurrentSessionAsync
Method · 0.45
initialize
Method · 0.45
saveSession
Method · 0.45
saveConversation
Method · 0.45
deleteSession
Method · 0.45
cleanupOldSessions
Method · 0.45
getStorageStats
Method · 0.45
loadConfig
Method · 0.45
loadConfigFile
Function · 0.45
getUserConfig
Function · 0.45
Calls
2
stop
Method · 0.95
warning
Method · 0.80
Tested by
no test coverage detected