Pulse/internal/websocket
rcourtman faefe6edc8 Remove 198 unreachable Go functions
Dead-code sweep. Functions flagged unreachable by golang.org/x/tools/cmd/deadcode
and confirmed unused across pulse, pulse-enterprise, pulse-pro and pulse-mobile by
adversarial cross-repo verification. Cross-module reachability was checked
explicitly (only pkg/ exported symbols are importable by other modules; internal/
packages and _test.go files are not). go build, go vet and test-compile all pass.
2026-06-03 12:29:37 +01:00
..
concurrency_test.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
hub.go Dedup concurrent /api/state and /api/diagnostics with singleflight 2026-05-25 20:07:02 +01:00
hub_alert_tenant_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
hub_concurrency_test.go refactor: use strconv.Itoa instead of string(rune()) in test 2025-10-20 15:12:14 +00:00
hub_more2_test.go Require explicit websocket origin continuity 2026-04-22 04:46:13 +01:00
hub_more_test.go test: Add comprehensive test coverage across packages 2026-01-19 19:26:18 +00:00
hub_multitenant_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
hub_observability_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
hub_tenant_test.go Remove 198 unreachable Go functions 2026-06-03 12:29:37 +01:00
hub_test.go Require explicit websocket origin continuity 2026-04-22 04:46:13 +01:00