Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ getMdmRawReadPromise
Function
getMdmRawReadPromise
src/utils/settings/mdm/rawRead.ts:128–130 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
126
* Get the startup promise. Returns null
if
startMdmRawRead() wasn't called.
127
*/
128
export
function
getMdmRawReadPromise(): Promise<RawReadResult> | null {
129
return
rawReadPromise
130
}
131
Callers
1
startMdmSettingsLoad
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected