MCPcopy
hub / github.com/phuryn/claude-usage / cmd_scan

Function cmd_scan

cli.py:91–93  ·  view source on GitHub ↗
(projects_dir=None)

Source from the content-addressed store, hash-verified

89# ── Commands ──────────────────────────────────────────────────────────────────
90
91def cmd_scan(projects_dir=None):
92 from scanner import scan
93 scan(projects_dir=Path(projects_dir) if projects_dir else None)
94
95
96def cmd_today():

Callers 1

mainFunction · 0.85

Calls 1

scanFunction · 0.90

Tested by

no test coverage detected