MCPcopy Create free account
hub / github.com/IIIIQIIII/claude-code / clearCommandsCache

Function clearCommandsCache

src/commands.ts:534–539  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

532}
533
534export function clearCommandsCache(): void {
535 clearCommandMemoizationCaches()
536 clearPluginCommandCache()
537 clearPluginSkillsCache()
538 clearSkillCaches()
539}
540
541/**
542 * 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