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