gitea/models/project
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
..
column.go Remove dead code identified by `deadcode` tool (#37271) 2026-04-20 07:52:48 +00:00
column_test.go Add project column picker to issue and pull request sidebar (#37037) 2026-04-19 12:53:02 +00:00
issue.go Add project column picker to issue and pull request sidebar (#37037) 2026-04-19 12:53:02 +00:00
main_test.go
project.go Fix permission check on org project operations (#36318) 2026-01-14 17:29:33 +00:00
project_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
template.go