| 27 | |
| 28 | |
| 29 | Decoder::Decoder(Device device) |
| 30 | : _device(device) { |
| 31 | } |
| 32 | |
| 33 | void Decoder::update_state(DecoderState& state, const StorageView& alive_batches) const { |
| 34 | for (auto& pair : state) { |
nothing calls this directly
no outgoing calls
no test coverage detected