MCPcopy
hub / github.com/codeaashu/claude-code / clearAgentDefinitionsCache

Function clearAgentDefinitionsCache

src/tools/AgentTool/loadAgentsDir.ts:395–398  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

393)
394
395export function clearAgentDefinitionsCache(): void {
396 getAgentDefinitionsWithOverrides.cache.clear?.()
397 clearPluginAgentCache()
398}
399
400/**
401 * Helper to determine the specific parsing error for an agent file

Callers 2

clearAllCachesFunction · 0.85
clearSessionCachesFunction · 0.85

Calls 2

clearPluginAgentCacheFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected