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

Method storage

nodedb-raft/src/log.rs:163–165  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

161 }
162
163 pub fn storage(&self) -> &S {
164 &self.storage
165 }
166
167 pub fn storage_mut(&mut self) -> &mut S {
168 &mut self.storage

Callers 3

restoreMethod · 0.45

Calls

no outgoing calls

Tested by 2