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

Method fmt

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

Source from the content-addressed store, hash-verified

16
17impl std::fmt::Debug for TraceEntry {
18 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
19 f.write_fmt(format_args!(
20 "pc={:#0x}, sp={:#0x}, icount={}, fuzz_offset={}, last_read={:#0x}={:#0x}",
21 self.pc, self.sp, self.icount, self.fuzz_offset, self.last_read, self.last_value,
22 ))
23 }
24}
25
26pub trait IoTracer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected