Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ write
Method
write
perro_source/core/perro_csv/src/lib.rs:18–24 ·
view source on GitHub ↗
(&mut self, bytes: &[u8])
Source
from the content-addressed store, hash-verified
16
impl PrimaryRowBucket {
17
fn new(first: usize) -> Self {
18
Self {
19
first,
20
collisions: Vec::new(),
21
}
22
}
23
24
fn push(&mut self, row: usize) {
25
self.collisions.push(row);
26
}
27
Callers
1
hash_index
Method · 0.45
Calls
1
iter
Method · 0.45
Tested by
no test coverage detected