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

Method all

nodedb/src/storage/snapshot.rs:185–187  ·  view source on GitHub ↗

All snapshots sorted by end_lsn.

(&self)

Source from the content-addressed store, hash-verified

183
184 /// All snapshots sorted by end_lsn.
185 pub fn all(&self) -> &[SnapshotMeta] {
186 &self.snapshots
187 }
188
189 /// Emit a snapshot begin marker with the current LSN boundary.
190 ///

Callers 15

execute_grouping_setsFunction · 0.45
execute_spatial_scanMethod · 0.45
spatial_full_scanMethod · 0.45
rls_check_documentFunction · 0.45
rls_check_msgpack_bytesFunction · 0.45
execute_insert_selectMethod · 0.45
execute_aggregateMethod · 0.45

Calls

no outgoing calls