MCPcopy 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
14def start_mdm_raw_read() -> PrefetchResult:
15 return PrefetchResult('mdm_raw_read', True, 'Simulated MDM raw-read prefetch for workspace bootstrap')
16
17
18def start_keychain_prefetch() -> PrefetchResult:

Callers 1

run_setupFunction · 0.85

Calls 1

PrefetchResultClass · 0.85

Tested by

no test coverage detected