Scan one or more repos straight into memory and render the result — the
cache-free one-shot used by all/auto when no --cache is given. Nothing
is read from or written to disk: the scan runs against an in-memory cache (via
runScan's cacheIO injection) and the populated object is handed
directly to renderLoadedGraph.
The scan outcome is intentionally ignored — a rate-limit stop still renders
whatever was gathered, matching the disk all/auto semantics.
Scan one or more repos straight into memory and render the result — the cache-free one-shot used by
all/autowhen no--cacheis given. Nothing is read from or written to disk: the scan runs against an in-memory cache (via runScan'scacheIOinjection) and the populated object is handed directly to renderLoadedGraph.The scan outcome is intentionally ignored — a rate-limit stop still renders whatever was gathered, matching the disk
all/autosemantics.