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

Function createPluginId

src/utils/plugins/marketplaceHelpers.ts:60–65  ·  view source on GitHub ↗
(
  pluginName: string,
  marketplaceName: string,
)

Source from the content-addressed store, hash-verified

58 * Create a plugin ID from plugin name and marketplace name
59 */
60export function createPluginId(
61 pluginName: string,
62 marketplaceName: string,
63): string {
64 return `${pluginName}@${marketplaceName}`
65}
66
67/**
68 * Load marketplaces with graceful degradation for individual failures.

Callers 5

loadMarketplaceDataFunction · 0.85
applyChangesFunction · 0.85
loadAllPluginsFunction · 0.85
pluginListHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected