Authenticates incoming requests by verifying the JWT token
1.3 KB
CodeforcesPage.jsx
Displays Codeforces user info, ratings, and submission history
22.8 KB
emailService.js
Handles sending verification emails using nodemailer
6.6 KB
Every file in your project gets a clear one-line description — folder by folder.
Project size guide
Project size
Files
Works?
Small
< 50 files
✅ Perfectly
Medium
50-200 files
✅ Works great
Large
200+ files
⚠️ Re-run a few times, cache handles the rest
Tip: If you see "(re-run to retry)" on any file, just run RepoLens: Analyze Codebase again. Already analyzed files load from cache instantly — only failed ones get retried.
How caching works
After the first run a .codemap-cache.json file is created. On the next run:
Unchanged folder → loaded from cache instantly, no API call