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

Function getSessionSettingsCache

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

Source from the content-addressed store, hash-verified

5let sessionSettingsCache: SettingsWithErrors | null = null
6
7export function getSessionSettingsCache(): SettingsWithErrors | null {
8 return sessionSettingsCache
9}
10
11export function setSessionSettingsCache(value: SettingsWithErrors): void {
12 sessionSettingsCache = value

Callers 1

getSettingsWithErrorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected