(match_strided_ints: bool)
| 371 | |
| 372 | impl Position { |
| 373 | fn new(match_strided_ints: bool) -> Self { |
| 374 | Self { |
| 375 | stream: 0, |
| 376 | cmp: CmpCursor::default(), |
| 377 | finder: ReplacementFinder::new(match_strided_ints), |
| 378 | } |
| 379 | } |
| 380 | } |
| 381 | |
| 382 | #[derive(Clone, Default)] |
nothing calls this directly
no outgoing calls
no test coverage detected