- 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. |
||
|---|---|---|
| .. | ||
| channels | ||
| components | ||
| controllers | ||
| live | ||
| plugs | ||
| aprs_symbol.ex | ||
| endpoint.ex | ||
| gettext.ex | ||
| router.ex | ||
| telemetry.ex | ||
| time_helpers.ex | ||
| time_utils.ex | ||
| user_auth.ex | ||
| weather_units.ex | ||