Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ len
Method
len
nodedb/src/engine/graph/olap/parallel.rs:52–54 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
50
51
impl NodeRange {
52
pub fn len(&self) -> usize {
53
(self.end - self.start) as usize
54
}
55
56
pub fn is_empty(&self) -> bool {
57
self.start >= self.end
Callers
15
node_count
Method · 0.45
edge_count
Method · 0.45
out_degree_raw
Method · 0.45
in_degree_raw
Method · 0.45
iter_out_edges_raw
Method · 0.45
iter_in_edges_raw
Method · 0.45
iter_out_edges_weighted_raw
Method · 0.45
estimated_memory_bytes
Method · 0.45
column_count
Method · 0.45
estimated_memory_bytes
Method · 0.45
set
Method · 0.45
get
Method · 0.45
Calls
no outgoing calls
Tested by
1
compute_partitions_basic
Function · 0.36