mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-07-23 06:37:08 +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. |
||
|---|---|---|
| .. | ||
| activity_changes.go | ||
| client.go | ||
| client_metrics.go | ||
| client_signals.go | ||
| client_test.go | ||
| client_topology.go | ||
| fixture_records_test.go | ||
| fixtures.go | ||
| inventory_enrichment.go | ||
| provider.go | ||
| provider_test.go | ||