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

Method len

nodedb-columnar/src/pk_index.rs:50–52  ·  view source on GitHub ↗

Number of entries in the index.

(&self)

Source from the content-addressed store, hash-verified

48
49 /// Number of entries in the index.
50 pub fn len(&self) -> usize {
51 self.inner.len()
52 }
53
54 /// Whether the index is empty.
55 pub fn is_empty(&self) -> bool {

Callers 15

bitmask_andFunction · 0.45
matching_ids_likeFunction · 0.45
build_eq_maskFunction · 0.45
build_ne_maskFunction · 0.45
build_set_maskFunction · 0.45
all_valid_maskFunction · 0.45
make_dict_colFunction · 0.45
make_decoded_colFunction · 0.45
from_bytesMethod · 0.45
to_bytesMethod · 0.45
from_segment_tailMethod · 0.45
footer_crc_mismatchFunction · 0.45

Calls

no outgoing calls

Tested by 3

footer_crc_mismatchFunction · 0.36
int_sort_orderFunction · 0.36