MCPcopy 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)]

Calls

no outgoing calls