MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / getPluginSettingsBase

Function getPluginSettingsBase

src/utils/settings/settingsCache.ts:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66let pluginSettingsBase: Record<string, unknown> | undefined
67
68export function getPluginSettingsBase(): Record<string, unknown> | undefined {
69 return pluginSettingsBase
70}
71
72export function setPluginSettingsBase(
73 settings: Record<string, unknown> | undefined,

Callers 2

loadSettingsFromDiskFunction · 0.85
clearPluginCacheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected