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

Enum Compression

hail-fuzz/src/debugging/replay.rs:308–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306
307#[derive(Debug, Clone, Copy)]
308enum Compression {
309 None,
310 Gz,
311}
312
313impl Compression {
314 fn open_reader(&self, path: &Path) -> std::io::Result<Box<dyn std::io::Read>> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected