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

Method remove_current

hail-fuzz/src/trim.rs:181–185  ·  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

179
180 /// Update the cursor assuming that the current location has been removed.
181 fn remove_current(&mut self) {
182 self.attempts = MAX_FAILED_ATTEMPTS_FOR_STREAM;
183 // The next location has been shifted forward as a result of the removal, so there is no
184 // need to update the cursor.
185 }
186
187 /// Update the cursor assuming that the current location has been removed.
188 fn skip_current(&mut self) {

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected