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

Function getMdmSettings

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

Source from the content-addressed store, hash-verified

122 * Does NOT include HKCU (user-writable) — use getHkcuSettings() for that.
123 */
124export function getMdmSettings(): MdmResult {
125 return mdmCache ?? EMPTY_RESULT
126}
127
128/**
129 * Read HKCU registry settings (user-writable, lowest policy priority).

Callers 4

startMdmPollFunction · 0.85
getPolicySettingsOriginFunction · 0.85
loadSettingsFromDiskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected