Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
852
impl Drop for FuzzwareSnapshot {
853
fn drop(&mut self) {
854
self.discard();
855
}
856
}
857
858
impl FuzzwareSnapshot {
Callers
nothing calls this directly
Calls
1
discard
Method · 0.80
Tested by
no test coverage detected