Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Work-Fisher/code-claw
/ start_mdm_raw_read
Function
start_mdm_raw_read
claw-code/src/prefetch.py:14–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
13
14
def
start_mdm_raw_read() -> PrefetchResult:
15
return
PrefetchResult(
'mdm_raw_read'
, True,
'Simulated MDM raw-read prefetch for workspace bootstrap'
)
16
17
18
def
start_keychain_prefetch() -> PrefetchResult:
Callers
1
run_setup
Function · 0.85
Calls
1
PrefetchResult
Class · 0.85
Tested by
no test coverage detected