mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-07-10 00:14:38 +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. |
||
|---|---|---|
| .. | ||
| collector.go | ||
| collector_additional_test.go | ||
| collector_test.go | ||
| context.go | ||
| parser.go | ||
| parser_additional_test.go | ||
| parser_test.go | ||
| power.go | ||
| power_additional_test.go | ||
| power_coverage_test.go | ||
| power_observability_test.go | ||
| power_sysfs_test.go | ||
| power_test.go | ||