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

Method from

hail-fuzz/src/main.rs:335–337  ·  view source on GitHub ↗
((stream, kind): (u64, mutations::Extension))

Source from the content-addressed store, hash-verified

333
334impl From<(u64, mutations::Extension)> for MutationKind {
335 fn from((stream, kind): (u64, mutations::Extension)) -> Self {
336 Self::Extension { stream, kind }
337 }
338}
339
340impl From<(u64, mutations::Mutation)> for MutationKind {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected