Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
restore
Method · 0.45
idempotent_reapply_of_same_batch
Function · 0.45
truncation_propagates_to_storage
Function · 0.45
Calls
no outgoing calls
Tested by
2
idempotent_reapply_of_same_batch
Function · 0.36
truncation_propagates_to_storage
Function · 0.36