()
| 130 | * Only relevant on Windows — returns empty on other platforms. |
| 131 | */ |
| 132 | export function getHkcuSettings(): MdmResult { |
| 133 | return hkcuCache ?? EMPTY_RESULT |
| 134 | } |
| 135 | |
| 136 | // --------------------------------------------------------------------------- |
| 137 | // Cache management |
no outgoing calls
no test coverage detected