Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ prefetch
Method
prefetch
nodedb-vector/src/segment_backing/plain.rs:104–106 ·
view source on GitHub ↗
(&self, id: u32)
Source
from the content-addressed store, hash-verified
102
103
#[inline]
104
fn prefetch(&self, id: u32) {
105
self.inner.prefetch(id);
106
}
107
}
108
109
#[cfg(test)]
Callers
3
plain_backing_basic_roundtrip
Function · 0.45
plain_backing_out_of_bounds_returns_none
Function · 0.45
plain_backing_empty_segment
Function · 0.45
Calls
no outgoing calls
Tested by
3
plain_backing_basic_roundtrip
Function · 0.36
plain_backing_out_of_bounds_returns_none
Function · 0.36
plain_backing_empty_segment
Function · 0.36