MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / resetSettingsCache

Function resetSettingsCache

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

Source from the content-addressed store, hash-verified

53}
54
55export function resetSettingsCache(): void {
56 sessionSettingsCache = null
57 perSourceCache.clear()
58 parseFileCache.clear()
59}
60
61/**
62 * Plugin settings base layer for the settings cascade.

Callers 13

loadSettingsFromFlagFunction · 0.85
resetProviderStateFunction · 0.85
fanOutFunction · 0.85
updateSettingsForSourceFunction · 0.85
getSettingsWithSourcesFunction · 0.85
clearPluginCacheFunction · 0.85
cachePluginSettingsFunction · 0.85
createSessionFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by 1

resetProviderStateFunction · 0.68