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

Method skip_current

hail-fuzz/src/trim.rs:188–190  ·  view source on GitHub ↗

Update the cursor assuming that the current location has been removed.

(&mut self)

Source from the content-addressed store, hash-verified

186
187 /// Update the cursor assuming that the current location has been removed.
188 fn skip_current(&mut self) {
189 self.remove_offset += self.remove_len;
190 }
191}
192
193/// A logging mechanism that keeps track of what causes trim to fail when removing subslices.

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected