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

Method records

nodedb-wal/src/reader.rs:150–152  ·  view source on GitHub ↗

Iterator over all valid records in the WAL.

(self)

Source from the content-addressed store, hash-verified

148
149 /// Iterator over all valid records in the WAL.
150 pub fn records(self) -> WalRecordIter {
151 WalRecordIter { reader: self }
152 }
153
154 /// Current read offset in the file.
155 pub fn offset(&self) -> u64 {

Calls

no outgoing calls