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

Method len

nodedb-array/src/tile/sparse_tile.rs:95–97  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

93 }
94
95 pub fn len(&self) -> usize {
96 self.indices.len()
97 }
98
99 pub fn is_empty(&self) -> bool {
100 self.indices.is_empty()

Callers 15

arityMethod · 0.45
should_use_rleFunction · 0.45
encode_rleFunction · 0.45
decode_coord_axis_rleFunction · 0.45
decode_rleFunction · 0.45
encode_row_kindsFunction · 0.45
decode_row_kindsFunction · 0.45
encode_attr_colFunction · 0.45
decode_attr_colFunction · 0.45
choose_tagFunction · 0.45
write_framedFunction · 0.45
encode_structuralFunction · 0.45

Calls

no outgoing calls

Tested by 1

string_coord_roundtripFunction · 0.36