MCPcopy 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_chainFunction · 0.45
parseFunction · 0.45
parse_match_clausesFunction · 0.45
parse_single_chainFunction · 0.45
parse_node_bindingFunction · 0.45
parse_edge_bindingFunction · 0.45
find_top_level_keywordFunction · 0.45
find_in_clauseFunction · 0.45
find_next_match_keywordFunction · 0.45
split_by_andFunction · 0.45
rows_to_msgpackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected