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

Method is_empty

nodedb/src/storage/snapshot.rs:180–182  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

178 }
179
180 pub fn is_empty(&self) -> bool {
181 self.snapshots.is_empty()
182 }
183
184 /// All snapshots sorted by end_lsn.
185 pub fn all(&self) -> &[SnapshotMeta] {

Callers 15

read_parquet_filteredFunction · 0.45
prune_row_groupsFunction · 0.45
build_object_storeFunction · 0.45
create_base_snapshotFunction · 0.45
dry_run_restoreFunction · 0.45
restore_sparse_dataFunction · 0.45
restore_edge_dataFunction · 0.45
restore_crdt_checkpointsFunction · 0.45
plan_compactionFunction · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected