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

Function setCachedParsedFile

src/utils/settings/settingsCache.ts:51–53  ·  view source on GitHub ↗
(path: string, value: ParsedSettings)

Source from the content-addressed store, hash-verified

49}
50
51export function setCachedParsedFile(path: string, value: ParsedSettings): void {
52 parseFileCache.set(path, value)
53}
54
55export function resetSettingsCache(): void {
56 sessionSettingsCache = null

Callers 1

parseSettingsFileFunction · 0.85

Calls 1

setMethod · 0.45

Tested by

no test coverage detected