MCPcopy
hub / github.com/codeaashu/claude-code / refreshMdmSettings

Function refreshMdmSettings

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

Source from the content-addressed store, hash-verified

164 * Does NOT update the cache — caller decides whether to apply.
165 */
166export async function refreshMdmSettings(): Promise<{
167 mdm: MdmResult
168 hkcu: MdmResult
169}> {
170 const raw = await fireRawRead()
171 return consumeRawReadResult(raw)
172}
173
174// ---------------------------------------------------------------------------
175// Parsing — converts raw subprocess output to validated MdmResult

Callers 1

startMdmPollFunction · 0.85

Calls 2

fireRawReadFunction · 0.85
consumeRawReadResultFunction · 0.85

Tested by

no test coverage detected