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

Method len

nodedb/src/engine/timeseries/columnar_segment/mmap.rs:70–72  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

68 }
69
70 pub fn len(&self) -> usize {
71 self.backing.bytes().len()
72 }
73
74 pub fn is_empty(&self) -> bool {
75 self.backing.bytes().is_empty()

Callers 15

merge_partitionsFunction · 0.45
remap_symbolsFunction · 0.45
sort_by_timestampFunction · 0.45
run_merge_cycleFunction · 0.45
merge_o3_into_partitionFunction · 0.45
downsample_tiersMethod · 0.45
partition_countMethod · 0.45
find_mergeableMethod · 0.45
buildMethod · 0.45
blocks_in_time_rangeMethod · 0.45
filter_blocksMethod · 0.45
block_countMethod · 0.45

Calls 1

bytesMethod · 0.45

Tested by 3

incremental_accumulatesFunction · 0.36
retentionFunction · 0.36