Pulse/cmd/pulse-agent
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
..
health_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
main.go Remove 198 unreachable Go functions 2026-06-03 12:29:37 +01:00
main_bench_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
main_test.go Harden unified agent update preflight 2026-06-02 23:54:48 +01:00
service_stub.go Add Windows service support to unified agent 2025-11-27 17:00:03 +00:00
service_windows.go Harden unified agent update preflight 2026-06-02 23:54:48 +01:00