Pulse/internal/sensors
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
..
collector.go Remove 198 unreachable Go functions 2026-06-03 12:29:37 +01:00
collector_additional_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
collector_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
context.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
parser.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
parser_additional_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
parser_test.go feat: Collect and display all lm-sensors data (fans, DDR5, etc.) 2025-12-25 19:08:03 +00:00
power.go Remove 198 unreachable Go functions 2026-06-03 12:29:37 +01:00
power_additional_test.go test: expand backend coverage 2026-01-25 21:08:44 +00:00
power_coverage_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
power_observability_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
power_sysfs_test.go feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
power_test.go Enhance devcontainer and CI workflows 2026-01-01 22:29:15 +00:00