aprs.me/lib/aprsme/packets
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
..
clustering.ex Reduce cyclomatic complexity in clustering, encoding, and leader_election 2026-02-09 11:57:50 -06:00
prepared_queries.ex feat: Implement comprehensive performance optimizations 2025-07-30 14:14:00 -05:00
query_builder.ex fix: Resolve majority of dialyzer type errors 2025-07-30 13:30:21 -05:00