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

Method drop

hail-fuzz/src/config.rs:213–216  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

211
212impl Drop for WorkdirLock {
213 fn drop(&mut self) {
214 drop(self.file.take());
215 let _ = std::fs::remove_file(&self.path);
216 }
217}
218
219#[derive(serde::Serialize)]

Callers

nothing calls this directly

Calls 1

takeMethod · 0.80

Tested by

no test coverage detected