By the numbers
Data collected on 2026-07-22.
Size
| Language | Files | Lines |
|---|---|---|
| JavaScript | 517 | 122,679 |
| Rust | 286 | 101,264 |
| SQL | 676 | 104,760 |
| HTML | — | 59,404 |
xychart-beta
title "Lines of code by language"
x-axis ["JavaScript", "Rust", "SQL", "HTML"]
y-bar [122679, 101264, 104760, 59404]
Activity
Total commits: 968 (2024-08-05 through 2026-07-22)
| Month | Commits |
|---|---|
| 2024-08 | 10 |
| 2024-09 | 76 |
| 2024-10 | 83 |
| 2024-11 | 77 |
| 2024-12 | 129 |
| 2025-01 | 1 |
| 2025-06 | 8 |
| 2025-07 | 7 |
| 2025-08 | 48 |
| 2025-09 | 93 |
| 2025-10 | 13 |
| 2025-11 | 28 |
| 2025-12 | 21 |
| 2026-01 | 28 |
| 2026-02 | 25 |
| 2026-03 | 27 |
| 2026-04 | 26 |
| 2026-05 | 45 |
| 2026-06 | 182 |
| 2026-07 | 41 |
Peak month: June 2026 with 182 commits.
Bot-attributed commits
1 commit carries a Co-authored-by: [bot] trailer.
Complexity — largest Rust files
| File | Lines |
|---|---|
ocg-server/src/handlers/auth/tests.rs |
5,079 |
ocg-server/src/handlers/dashboard/group/events/tests.rs |
3,356 |
ocg-server/src/handlers/dashboard/group/attendees/tests.rs |
2,666 |
ocg-server/src/handlers/event/tests.rs |
2,469 |
ocg-server/src/db/dashboard/group.rs |
1,979 |
ocg-server/src/db/contract_tests.rs |
1,765 |
ocg-server/src/handlers/tests.rs |
1,715 |
ocg-server/src/db/mock.rs |
1,571 |
ocg-server/src/services/notifications/tests.rs |
1,538 |
The four largest files are test suites. The largest non-test file is ocg-server/src/db/dashboard/group.rs at 1,979 lines.