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

Function getPluginStorageId

src/utils/plugins/pluginOptionsStorage.ts:44–46  ·  view source on GitHub ↗
(plugin: LoadedPlugin)

Source from the content-addressed store, hash-verified

42 * Exists so there's exactly one place to change if the key format ever drifts.
43 */
44export function getPluginStorageId(plugin: LoadedPlugin): string {
45 return plugin.source
46}
47
48/**
49 * Load saved option values for a plugin, merging non-sensitive (from settings)

Callers 3

getPluginLspServersFunction · 0.85
getUnconfiguredOptionsFunction · 0.85
buildMcpUserConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected