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

Method getCachedToolResult

src/context/ContextManager.ts:344–346  ·  view source on GitHub ↗

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

(toolName: string, input: any)

Source from the content-addressed store, hash-verified

342 * 获取缓存的工具调用结果
343 */
344 getCachedToolResult(toolName: string, input: any): any {
345 return this.cache.getToolResult(toolName, input);
346 }
347
348 /**
349 * 获取管理器统计信息

Callers

nothing calls this directly

Calls 1

getToolResultMethod · 0.80

Tested by

no test coverage detected