Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ clearBuiltinPlugins
Function
clearBuiltinPlugins
src/plugins/builtinPlugins.ts:126–128 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
124
* Clear built-in plugins registry (
for
testing).
125
*/
126
export
function
clearBuiltinPlugins(): void {
127
BUILTIN_PLUGINS.clear()
128
}
129
130
// --
131
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected