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

Method getCachedToolResult

src/agent/ContextComponent.ts:314–317  ·  view source on GitHub ↗

* 获取缓存的工具调用结果

(toolName: string, input: any)

Source from the content-addressed store, hash-verified

312 * 获取缓存的工具调用结果
313 */
314 public getCachedToolResult(toolName: string, input: any): any {
315 this.ensureReady();
316 return this.contextManager!.getCachedToolResult(toolName, input);
317 }
318
319 /**
320 * 获取统计信息

Callers

nothing calls this directly

Calls 1

ensureReadyMethod · 0.95

Tested by

no test coverage detected