MCPcopy
hub / github.com/claude-code-best/claude-code / setPluginSettingsBase

Function setPluginSettingsBase

src/utils/settings/settingsCache.ts:72–76  ·  view source on GitHub ↗
(
  settings: Record<string, unknown> | undefined,
)

Source from the content-addressed store, hash-verified

70}
71
72export function setPluginSettingsBase(
73 settings: Record<string, unknown> | undefined,
74): void {
75 pluginSettingsBase = settings
76}
77
78export function clearPluginSettingsBase(): void {
79 pluginSettingsBase = undefined

Callers 1

cachePluginSettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected