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

Function getBuiltinPluginDefinition

src/plugins/builtinPlugins.ts:46–50  ·  view source on GitHub ↗
(
  name: string,
)

Source from the content-addressed store, hash-verified

44 * a marketplace lookup.
45 */
46export function getBuiltinPluginDefinition(
47 name: string,
48): BuiltinPluginDefinition | undefined {
49 return BUILTIN_PLUGINS.get(name)
50}
51
52/**
53 * Get all registered built-in plugins as LoadedPlugin objects, split into

Callers 1

loadComponentsFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected