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. |
||
|---|---|---|
| .. | ||
| actions.go | ||
| actions_test.go | ||
| api_client.go | ||
| bootstrap.go | ||
| bootstrap_test.go | ||
| command_behavior_test.go | ||
| config.go | ||
| config_test.go | ||
| deps.go | ||
| fleet.go | ||
| fleet_test.go | ||
| mock.go | ||
| mock_test.go | ||
| program.go | ||
| program_test.go | ||
| root.go | ||
| root_test.go | ||