MCPcopy
hub / github.com/codeaashu/claude-code / setSessionSettingsCache

Function setSessionSettingsCache

src/utils/settings/settingsCache.ts:11–13  ·  view source on GitHub ↗
(value: SettingsWithErrors)

Source from the content-addressed store, hash-verified

9}
10
11export function setSessionSettingsCache(value: SettingsWithErrors): void {
12 sessionSettingsCache = value
13}
14
15/**
16 * Per-source cache for getSettingsForSource. Invalidated alongside the

Callers 1

getSettingsWithErrorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected