gitea/services/convert
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_test.go Enhance GetActionWorkflow to support fallback references (#37189) 2026-04-18 20:21:21 +00:00
activity.go Fix issue label deletion with Actions tokens (#37013) 2026-03-29 09:21:14 +00:00
attachment.go
convert.go Enhance GetActionWorkflow to support fallback references (#37189) 2026-04-18 20:21:21 +00:00
git_commit.go Fix URLJoin, markup render link reoslving, sign-in/up/linkaccount page common data (#36861) 2026-03-08 15:57:37 +00:00
git_commit_test.go Remove `util.URLJoin` and replace all callers with direct path concatenation (#36867) 2026-03-09 02:30:54 +08:00
issue.go Expose content_version for optimistic locking on issue and PR edits (#37035) 2026-03-30 13:44:32 +00:00
issue_comment.go Make tracked time representation display as hours (#33315) 2025-01-19 09:30:44 +08:00
issue_test.go Fix track time list permission check (#36662) 2026-02-24 20:22:04 +00:00
main_test.go
mirror.go
notification.go Correct swagger annotations for enums, status codes, and notification state (#37030) 2026-03-30 08:28:48 +08:00
notification_test.go Correct swagger annotations for enums, status codes, and notification state (#37030) 2026-03-30 08:28:48 +08:00
package.go Fix issue label deletion with Actions tokens (#37013) 2026-03-29 09:21:14 +00:00
pull.go Expose content_version for optimistic locking on issue and PR edits (#37035) 2026-03-30 13:44:32 +00:00
pull_review.go Add resolve/unresolve review comment API endpoints (#36441) 2026-02-01 12:28:28 +00:00
pull_review_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
pull_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
release.go
release_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
repository.go Fix API not persisting pull request unit config when has_pull_requests is not set (#36718) 2026-03-02 22:08:53 +00:00
status.go Correct swagger annotations for enums, status codes, and notification state (#37030) 2026-03-30 08:28:48 +08:00
user.go Fix context usages (#35348) 2025-08-27 11:00:01 +00:00
user_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
utils.go
utils_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
wiki.go