Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ is_empty
Method
is_empty
nodedb/src/engine/graph/olap/parallel.rs:56–58 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
54
}
55
56
pub fn is_empty(&self) -> bool {
57
self.start >= self.end
58
}
59
}
60
61
/// Compute range partitions for parallel execution.
Callers
2
extract_edge_properties
Function · 0.45
parallel_reduce
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected