| 395 | |
| 396 | #[derive(PartialEq, Eq)] |
| 397 | struct NewInput { |
| 398 | id: InputId, |
| 399 | len: usize, |
| 400 | streams: usize, |
| 401 | icount: u64, |
| 402 | new_bits: usize, |
| 403 | } |
| 404 | |
| 405 | impl NewInput { |
| 406 | /// Assigns a weight to the input which is used to determine which of the new inputs we should |
nothing calls this directly
no outgoing calls
no test coverage detected