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

Method getStats

src/agent/ToolComponent.ts:206–211  ·  view source on GitHub ↗

* 获取工具统计信息

()

Source from the content-addressed store, hash-verified

204 * 获取工具统计信息
205 */
206 public getStats(): Record<string, any> {
207 if (!this.toolManager) {
208 throw new Error('工具组件未初始化');
209 }
210 return this.toolManager.getStats();
211 }
212
213 /**
214 * 获取执行历史

Callers 2

initMethod · 0.45
getContextStatsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected