MCPcopy 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
51impl 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_countMethod · 0.45
edge_countMethod · 0.45
out_degree_rawMethod · 0.45
in_degree_rawMethod · 0.45
iter_out_edges_rawMethod · 0.45
iter_in_edges_rawMethod · 0.45
column_countMethod · 0.45
setMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by 1

compute_partitions_basicFunction · 0.36