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

Method drop

icicle-cortexm/src/lib.rs:853–855  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

851
852impl Drop for FuzzwareSnapshot {
853 fn drop(&mut self) {
854 self.discard();
855 }
856}
857
858impl FuzzwareSnapshot {

Callers

nothing calls this directly

Calls 1

discardMethod · 0.80

Tested by

no test coverage detected