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

Method bucket_count

nodedb-cluster/src/distributed_timeseries/merge.rs:165–167  ·  view source on GitHub ↗

Number of distinct buckets.

(&self)

Source from the content-addressed store, hash-verified

163
164 /// Number of distinct buckets.
165 pub fn bucket_count(&self) -> usize {
166 self.buckets.len()
167 }
168}
169
170impl Default for PartialAggMerger {

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected