| 36 | /// Identifier for a mock morsel in scheduler snapshots. |
| 37 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] |
| 38 | pub(crate) struct MorselId(pub usize); |
| 39 | |
| 40 | /// Identifier for a produced batch in scheduler snapshots. |
| 41 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] |
no outgoing calls
no test coverage detected
searching dependent graphs…