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

Function clearCommandsCache

src/commands.ts:536–541  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

534}
535
536export function clearCommandsCache(): void {
537 clearCommandMemoizationCaches()
538 clearPluginCommandCache()
539 clearPluginSkillsCache()
540 clearSkillCaches()
541}
542
543/**
544 * Filter AppState.mcp.commands to MCP-provided skills (prompt-type,

Callers 5

clearAllCachesFunction · 0.85
scheduleReloadFunction · 0.85
clearSessionCachesFunction · 0.85
runHeadlessStreamingFunction · 0.85
useSkillsChangeFunction · 0.85

Calls 4

clearPluginCommandCacheFunction · 0.85
clearPluginSkillsCacheFunction · 0.85
clearSkillCachesFunction · 0.85

Tested by

no test coverage detected