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

Method fmt

hail-fuzz/src/input.rs:70–76  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

68
69impl std::fmt::Debug for MultiStream {
70 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
71 f.debug_struct("MultiStream")
72 .field("streams", &self.streams)
73 .field("last_read", &self.last_read)
74 .field("tracer", &self.tracer.is_some())
75 .finish()
76 }
77}
78
79impl Clone for MultiStream {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected