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

Method len

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

Source from the content-addressed store, hash-verified

174 }
175
176 pub fn len(&self) -> usize {
177 self.snapshots.len()
178 }
179
180 pub fn is_empty(&self) -> bool {
181 self.snapshots.is_empty()

Callers 13

prune_row_groupsFunction · 0.45
newMethod · 0.45
read_fromMethod · 0.45
decrypt_segment_bytesFunction · 0.45
read_encrypted_segmentFunction · 0.45
create_base_snapshotFunction · 0.45
dry_run_restoreFunction · 0.45
parse_utc_timestampFunction · 0.45
execute_restoreFunction · 0.45
restore_core_stateFunction · 0.45

Calls

no outgoing calls