aprs.me/lib/aprsme/cluster
Graham McIntire d48a3a291f
Reduce cyclomatic complexity in clustering, encoding, and leader_election
Simplify complex functions to improve readability and maintainability:
- clustering.ex: Convert case statement to map lookup for cluster radii
- encoding.ex: Extract codepoint validation into separate function clauses
- leader_election.ex: Extract PID liveness checking and cleanup logic into helpers

Co-Authored-By: Graham <noreply@anthropic.com>
2026-02-09 11:57:50 -06:00
..
connection_manager.ex Fix remaining warning and design suggestion 2026-02-09 11:49:51 -06:00
leader_election.ex Reduce cyclomatic complexity in clustering, encoding, and leader_election 2026-02-09 11:57:50 -06:00
packet_distributor.ex Complete nested module alias fixes and update Sobelow skips 2026-02-09 11:26:47 -06:00
packet_receiver.ex Complete nested module alias fixes and update Sobelow skips 2026-02-09 11:26:47 -06:00
topology.ex Add Cluster.Supervisor directly to application supervision tree 2025-07-25 11:03:20 -05:00