MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getToolSchemaCache

Function getToolSchemaCache

src/utils/toolSchemaCache.ts:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18const TOOL_SCHEMA_CACHE = new Map<string, CachedSchema>()
19
20export function getToolSchemaCache(): Map<string, CachedSchema> {
21 return TOOL_SCHEMA_CACHE
22}
23
24export function clearToolSchemaCache(): void {
25 TOOL_SCHEMA_CACHE.clear()

Callers 1

toolToAPISchemaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected