gitea/modules/eventsource
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
..
event.go Remove dead code identified by `deadcode` tool (#37271) 2026-04-20 07:52:48 +00:00
event_test.go Refactor older tests to use testify (#33140) 2025-01-09 09:21:47 +08:00
manager.go
manager_run.go Add more check for stopwatch read or list (#36340) 2026-01-13 13:13:39 +00:00
messenger.go