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

Method len

nodedb/src/engine/timeseries/compress.rs:62–64  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

60 }
61
62 pub fn len(&self) -> usize {
63 self.by_id.len()
64 }
65
66 pub fn is_empty(&self) -> bool {
67 self.by_id.is_empty()

Callers 15

scalar_andFunction · 0.45
scalar_orFunction · 0.45
avx512_and_innerFunction · 0.45
avx512_andFunction · 0.45
avx512_or_innerFunction · 0.45
avx512_orFunction · 0.45
avx2_and_innerFunction · 0.45
avx2_andFunction · 0.45
avx2_or_innerFunction · 0.45
avx2_orFunction · 0.45
neon_andFunction · 0.45
neon_orFunction · 0.45

Calls

no outgoing calls