MCPcopy 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
22def start_project_scan(root: Path) -> PrefetchResult:
23 return PrefetchResult('project_scan', True, f'Scanned project root {root}')

Callers 1

run_setupFunction · 0.85

Calls 1

PrefetchResultClass · 0.85

Tested by

no test coverage detected