Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
679
export
function
clearPluginCommandCache(): void {
680
getPluginCommands.cache?.clear?.()
681
}
682
683
/**
684
* Loads skills from plugin skills directories
Callers
2
clearCommandsCache
Function · 0.85
clearAllPluginCaches
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected