MCPcopy Create free account
hub / github.com/codeaashu/claude-code / initBuiltinPlugins

Function initBuiltinPlugins

src/plugins/bundled/index.ts:20–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 * Initialize built-in plugins. Called during CLI startup.
19 */
20export function initBuiltinPlugins(): void {
21 // No built-in plugins registered yet — this is the scaffolding for
22 // migrating bundled skills that should be user-toggleable.
23}
24

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected