Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
arity
Method · 0.45
should_use_rle
Function · 0.45
encode_rle
Function · 0.45
decode_coord_axis_rle
Function · 0.45
decode_rle
Function · 0.45
encode_row_kinds
Function · 0.45
decode_row_kinds
Function · 0.45
encode_attr_col
Function · 0.45
decode_attr_col
Function · 0.45
choose_tag
Function · 0.45
write_framed
Function · 0.45
encode_structural
Function · 0.45
Calls
no outgoing calls
Tested by
1
string_coord_roundtrip
Function · 0.36