MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / pk_index

Method pk_index

nodedb-columnar/src/mutation/engine.rs:94–96  ·  view source on GitHub ↗

Access the PK index.

(&self)

Source from the content-addressed store, hash-verified

92
93 /// Access the PK index.
94 pub fn pk_index(&self) -> &PkIndex {
95 &self.pk_index
96 }
97
98 /// Mutable access to the PK index (for cold-start rebuild).
99 pub fn pk_index_mut(&mut self) -> &mut PkIndex {

Calls

no outgoing calls