| 338 | |
| 339 | #[derive(Default)] |
| 340 | pub struct LengthExtData { |
| 341 | stream_exits: HashMap<StreamKey, usize>, |
| 342 | } |
| 343 | |
| 344 | impl LengthExtData { |
| 345 | /// Returns the average (across streams) number of times that we end execution due to reaching |
nothing calls this directly
no outgoing calls
no test coverage detected