- CoordinateUtils.normalize_longitude / normalize_latitude: recursion and clamping move into the function head via numeric guards. - Shared.PacketUtils.map_label: dispatch on data_type + fallback via multi-clause helpers (map_label_for/2, prefer_name/2) instead of a three-branch cond with inner `if`s. - MapLive.DataBuilder.get_received_at: pattern-match the atom- and string-key packet shapes in the function head. No behavior change; all 1567 tests and 27 property checks still pass, dialyzer remains clean. |
||
|---|---|---|
| .. | ||
| bounds_utils.ex | ||
| coordinate_utils.ex | ||
| packet_handler.ex | ||
| packet_utils.ex | ||
| param_utils.ex | ||