gitea/models/activities
silverwind aba87285f0
Remove dead code identified by `deadcode` tool (#37271)
Ran [`deadcode`](https://pkg.go.dev/golang.org/x/tools/cmd/deadcode)
(`-test ./...`) to find functions, methods and error types unreachable
from any call path (including tests), and removed the truly-dead ones.

Co-authored-by: Claude (Opus 4.7) <noreply@anthropic.com>
2026-04-20 07:52:48 +00:00
..
action.go Fix context usages (#35348) 2025-08-27 11:00:01 +00:00
action_list.go Remove dead code identified by `deadcode` tool (#37271) 2026-04-20 07:52:48 +00:00
action_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
main_test.go
notification.go Fix incorrect pull request counter (#35819) 2025-11-03 20:52:13 +00:00
notification_list.go Fix typos in code comments: doesnt, dont, wont (#36890) 2026-03-13 09:58:44 -07:00
notification_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
repo_activity.go Run `gopls modernize` on codebase (#34751) 2025-06-18 01:48:09 +00:00
statistic.go Refactor FindOrgOptions to use enum instead of bool, fix membership visibility (#34629) 2025-06-09 03:30:34 +00:00
user_heatmap.go Add comment for the design of "user activity time" (#37195) 2026-04-13 20:01:29 +00:00
user_heatmap_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00