Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ info
Method
info
src/ui/components/Progress.ts:238–241 ·
view source on GitHub ↗
* 信息
(text?: string)
Source
from the content-addressed store, hash-verified
236
* 信息
237
*/
238
public info(text?: string): void {
239
this.stop();
240
UIDisplay.info(text || this.text);
241
}
242
243
/**
244
* 颜色化框架
Callers
9
mcpCommand
Function · 0.45
toolsCommand
Function · 0.45
displayToolsTable
Function · 0.45
divider
Method · 0.45
step
Method · 0.45
timedStep
Method · 0.45
colorize
Method · 0.45
status
Method · 0.45
codeBlock
Method · 0.45
Calls
1
stop
Method · 0.95
Tested by
no test coverage detected