Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Louisym/MiniCC
/ start_project_scan
Function
start_project_scan
src/prefetch.py:22–23 ·
view source on GitHub ↗
(root: Path)
Source
from the content-addressed store, hash-verified
20
21
22
def
start_project_scan(root: Path) -> PrefetchResult:
23
return
PrefetchResult(
'project_scan'
, True, f
'Scanned project root {root}'
)
Callers
1
run_setup
Function · 0.85
Calls
1
PrefetchResult
Class · 0.85
Tested by
no test coverage detected