Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ len
Method
len
nodedb/src/engine/graph/algo/result.rs:100–102 ·
view source on GitHub ↗
Number of result rows.
(&self)
Source
from the content-addressed store, hash-verified
98
99
/// Number of result rows.
100
pub fn len(&self) -> usize {
101
self.row_count
102
}
103
104
/// Whether the result set is empty.
105
pub fn is_empty(&self) -> bool {
Callers
15
optimize_chain
Function · 0.45
parse
Function · 0.45
parse_match_clauses
Function · 0.45
parse_single_chain
Function · 0.45
parse_comparison_predicate
Function · 0.45
parse_node_binding
Function · 0.45
parse_edge_binding
Function · 0.45
find_top_level_keyword
Function · 0.45
find_in_clause
Function · 0.45
find_next_match_keyword
Function · 0.45
split_by_and
Function · 0.45
rows_to_msgpack
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected