MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / new

Method new

hail-fuzz/src/i2s/replacement.rs:373–379  ·  view source on GitHub ↗
(match_strided_ints: bool)

Source from the content-addressed store, hash-verified

371
372impl 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)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected