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

Class InputSource

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

Source from the content-addressed store, hash-verified

326}
327
328struct InputSource {
329 path: PathBuf,
330 kind: PathKind,
331 compression: Compression,
332}
333
334impl InputSource {
335 pub fn from_str(path: &str) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected