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

Class GlobalRef

hail-fuzz/src/queue.rs:571–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569
570#[derive(Clone)]
571pub(crate) struct GlobalRef {
572 pub id: usize,
573 pub queue: Arc<GlobalQueue<MultiStream>>,
574 pub monitor: Option<Arc<Mutex<Monitor>>>,
575 pub crashes: Arc<Mutex<HashSet<String>>>,
576 pub hangs: Arc<Mutex<HashSet<String>>>,
577}
578
579impl GlobalRef {
580 pub fn new(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected