MCPcopy Create free account
hub / github.com/Louisym/MiniCC / PrefetchResult

Class PrefetchResult

src/prefetch.py:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7@dataclass(frozen=True)
8class PrefetchResult:
9 name: str
10 started: bool
11 detail: str
12
13
14def start_mdm_raw_read() -> PrefetchResult:

Callers 3

start_mdm_raw_readFunction · 0.85
start_keychain_prefetchFunction · 0.85
start_project_scanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected