Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/phuryn/claude-usage
/ background_scan
Function
background_scan
cli.py:411–414 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
409
scan = cmd_scan
410
411
def
background_scan():
412
print(
"Scanning in the background..."
)
413
scan(projects_dir=projects_dir)
414
print(
"Background scan complete."
)
415
416
threading.Thread(target=background_scan, daemon=True).start()
417
Callers
nothing calls this directly
Calls
1
scan
Function · 0.90
Tested by
no test coverage detected