MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / next

Method next

graphlite/src/exec/row_iterator.rs:94–96  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

92 type Item = Result<Row, ExecutionError>;
93
94 fn next(&mut self) -> Option<Self::Item> {
95 self.rows.next().map(Ok)
96 }
97
98 fn size_hint(&self) -> (usize, Option<usize>) {
99 self.rows.size_hint()

Callers 15

test_error_row_iteratorFunction · 0.80
evaluate_expressionMethod · 0.80
match_like_patternMethod · 0.80
get_primary_entityMethod · 0.80
validate_index_nameMethod · 0.80
execute_modificationMethod · 0.80
execute_modificationMethod · 0.80
execute_modificationMethod · 0.80
execute_modificationMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_error_row_iteratorFunction · 0.64