refactor(go): remove dead code#1740
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
💤 Files with no reviewable changes (8)
WalkthroughThis PR removes a large number of exported and unexported functions, methods, and small helpers across handlers, services, models, pkg libraries, and tests. No new functionality is introduced; remaining code relies on existing alternative APIs or omits previously provided convenience entrypoints. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~30 minutes Possibly related PRs
Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…anup # Conflicts: # internal/services/automations/hardlink_index.go
This removes dead Go code reported by deadcode across the backend, services, models, and shared packages, dropping stale wrappers, unused store methods, and obsolete test helpers so the reachable code stays aligned with what the application actually builds and exercises while reducing maintenance surface.
Summary by CodeRabbit