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

Function setCachedSettingsForSource

src/utils/settings/settingsCache.ts:29–34  ·  view source on GitHub ↗
(
  source: SettingSource,
  value: SettingsJson | null,
)

Source from the content-addressed store, hash-verified

27}
28
29export function setCachedSettingsForSource(
30 source: SettingSource,
31 value: SettingsJson | null,
32): void {
33 perSourceCache.set(source, value)
34}
35
36/**
37 * Path-keyed cache for parseSettingsFile. Both getSettingsForSource and

Callers 1

getSettingsForSourceFunction · 0.85

Calls 1

setMethod · 0.45

Tested by

no test coverage detected