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

Class PathTracerRef

hail-fuzz/src/debugging/trace.rs:141–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140#[derive(Copy, Clone)]
141pub struct PathTracerRef(pcode::HookId);
142
143impl PathTracerRef {
144 pub fn get_last_blocks(&self, vm: &mut icicle_vm::Vm) -> Vec<TraceEntry> {

Callers 1

add_path_tracerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected