gitea/models/organization
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
..
main_test.go
org.go Correct spelling (#36783) 2026-02-28 11:23:20 -08:00
org_list.go Refactor db package (#35380) 2025-08-30 01:04:06 +08:00
org_list_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
org_test.go Make restricted users can access public repositories (#35693) 2025-10-21 15:30:24 +08:00
org_user.go Enable `nilnil` linter for new code (#36591) 2026-02-16 09:57:18 +00:00
org_user_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
org_worktime.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
team.go Fix team permission (#34128) 2025-04-08 04:15:15 +00:00
team_invite.go Remove error returns from crypto random helpers and callers (#37240) 2026-04-17 00:59:26 +08:00
team_invite_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
team_list.go Add pagination and search box to org teams list (#37245) 2026-04-17 17:29:11 +02:00
team_list_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
team_repo.go Fix team member access check (#35899) 2025-11-09 03:13:31 +00:00
team_repo_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
team_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
team_unit.go Remove dead code identified by `deadcode` tool (#37271) 2026-04-20 07:52:48 +00:00
team_user.go Remove dead code identified by `deadcode` tool (#37271) 2026-04-20 07:52:48 +00:00