MCPcopy Create free account
hub / github.com/codeaashu/claude-code / clearMdmSettingsCache

Function clearMdmSettingsCache

src/utils/settings/mdm/settings.ts:143–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141 * Clear the MDM and HKCU settings caches, forcing a fresh read on next load.
142 */
143export function clearMdmSettingsCache(): void {
144 mdmCache = null
145 hkcuCache = null
146 mdmLoadPromise = null
147}
148
149/**
150 * Update the session caches directly. Used by the change detector poll.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected