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

Method default

icicle-cortexm/src/lib.rs:556–558  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

554
555impl Default for FuzzwareEnvironment {
556 fn default() -> Self {
557 Self::new()
558 }
559}
560
561impl FuzzwareEnvironment {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected