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

Method from

hail-fuzz/src/load_resizer.rs:28–30  ·  view source on GitHub ↗
(_: DecodeError)

Source from the content-addressed store, hash-verified

26
27impl From<DecodeError> for Error {
28 fn from(_: DecodeError) -> Self {
29 Self::LifterError
30 }
31}
32
33pub struct LoadResizeInjector {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected