acme/checkout-service
Sample⚠️ 14% of scanned chunks may be dead code
47 functions flagged across 31 files. Unresolved dead code increases maintenance cost and cognitive load for every developer on your team.
Chunks Scanned
3,842
Dead Code %
14%
Flagged Functions
47
Avg Confidence
82%
Dead Code Findingstop 5 of 47
src/api/deprecated-webhook.ts:12–30High RiskNo references found anywhere in the codebase. The route it registered was removed from the API gateway config six months ago.
src/utils/legacy-price-format.ts:8–24High RiskSuperseded by formatCurrency() in src/utils/currency.ts, which every other call site now uses.
src/components/OldCheckoutModal.tsxHigh RiskNot imported by any route or component. The checkout flow now renders CheckoutModalV2.
src/jobs/reconcile-legacy-orders.ts:1–65Med RiskCron entry for this job was removed from the scheduler config; the function itself is still exported.
src/lib/feature-flags/old-client.tsMed RiskReferenced only from a test file that itself has no other callers.
Codebase Memory Score
Below industry average (72/100)
The Memory Score reflects how well this codebase is understood and maintained. Low scores indicate high cognitive debt — developers spend more time deciphering code than building new features.
Key-Person Risk
high1 person wrote most of this codebase. If they leave, that knowledge goes with them.
Measured from the commit history of every indexed file. Individual contributors are named in the full report, not on a shared link.
💸 Cost of Inaction
$42,300
per year
Carrying 47 dead code issues costs a team like this an estimated $42,300 per year in maintenance overhead, slower onboarding, and increased incident risk.
Same formula every real report uses, applied to this sample's illustrative flag count — not a measurement of a real team. Estimate based on industry averages.
Full Report — Premium
This Was a Sample
See your own codebase's report
Connect a repository and get a real report like this one — generated from your actual code, not an example.
Analyze my codebase — FreeSample data for illustration.