mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-07-24 15:18:28 +00:00
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. |
||
|---|---|---|
| .. | ||
| coverage_test.go | ||
| export_test.go | ||
| restart_unix.go | ||
| restart_windows.go | ||
| update.go | ||
| update_hostagent_integration_test.go | ||
| update_http_test.go | ||
| update_test.go | ||