Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiFuzz/MultiFuzz
/ take_all
Method
take_all
hail-fuzz/src/queue.rs:565–567 ·
view source on GitHub ↗
(&self, id: usize)
Source
from the content-addressed store, hash-verified
563
}
564
565
pub fn take_all(&self, id: usize) -> Vec<(u64, Arc<D>)> {
566
self.new[id].lock().unwrap().drain(..).collect()
567
}
568
}
569
570
#[derive(Clone)]
Callers
1
start
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected