Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_filtered
Function · 0.45
prune_row_groups
Function · 0.45
read_parquet_with_predicate
Function · 0.45
build_object_store
Function · 0.45
create_base_snapshot
Function · 0.45
dry_run_restore
Function · 0.45
restore_sparse_data
Function · 0.45
restore_edge_data
Function · 0.45
restore_vector_checkpoints
Function · 0.45
restore_crdt_checkpoints
Function · 0.45
plan_compaction
Function · 0.45
new
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected