Every other defstruct in the app already has a @type t declaration; these two GenServer states were the last holdouts. Declaring t here means the whole codebase is ready for the typed-struct milestone of Elixir's set-theoretic type system (the next phase after the inference pass already shipping in 1.19). |
||
|---|---|---|
| .. | ||
| components.ex | ||
| data_builder.ex | ||
| display_manager.ex | ||
| historical_loader.ex | ||
| index.ex | ||
| navigation.ex | ||
| packet_batcher.ex | ||
| packet_processor.ex | ||
| packet_utils.ex | ||
| popup_component.ex | ||
| rf_path.ex | ||
| url_params.ex | ||