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

Method count

nodedb-codec/src/delta.rs:186–188  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

184 }
185
186 pub fn count(&self) -> usize {
187 self.values.len()
188 }
189
190 pub fn finish(self) -> Vec<u8> {
191 encode(&self.values)

Callers 15

alp_encodabilityFunction · 0.45
find_best_paramsFunction · 0.45
hot_node_countMethod · 0.45
out_degreeMethod · 0.45
in_degreeMethod · 0.45
out_degree_rawMethod · 0.45
in_degree_rawMethod · 0.45
read_float64_with_nullsFunction · 0.45
encode_single_blockFunction · 0.45
fuzzy_matchFunction · 0.45
filter_and_modeMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by 4

read_float64_with_nullsFunction · 0.36
batch_array_insertFunction · 0.36
large_input_eq_u32Function · 0.36