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

Function clearPluginCommandCache

src/utils/plugins/loadPluginCommands.ts:679–681  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

677})
678
679export function clearPluginCommandCache(): void {
680 getPluginCommands.cache?.clear?.()
681}
682
683/**
684 * Loads skills from plugin skills directories

Callers 2

clearCommandsCacheFunction · 0.85
clearAllPluginCachesFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected