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

Function startMdmRawRead

src/utils/settings/mdm/rawRead.ts:120–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118 * Results are consumed via getMdmRawReadPromise().
119 */
120export function startMdmRawRead(): void {
121 if (rawReadPromise) return
122 rawReadPromise = fireRawRead()
123}
124
125/**
126 * Get the startup promise. Returns null if startMdmRawRead() wasn't called.

Callers 1

main.tsxFile · 0.85

Calls 1

fireRawReadFunction · 0.85

Tested by

no test coverage detected