Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
8
class
PrefetchResult:
9
name: str
10
started: bool
11
detail: str
12
13
14
def
start_mdm_raw_read() -> PrefetchResult:
Callers
3
start_mdm_raw_read
Function · 0.85
start_keychain_prefetch
Function · 0.85
start_project_scan
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected