MCPcopy 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

mcpCommandFunction · 0.45
toolsCommandFunction · 0.45
displayToolsTableFunction · 0.45
dividerMethod · 0.45
stepMethod · 0.45
timedStepMethod · 0.45
colorizeMethod · 0.45
statusMethod · 0.45
codeBlockMethod · 0.45

Calls 1

stopMethod · 0.95

Tested by

no test coverage detected