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

Function test_collect_rows_with_error

graphlite/src/exec/row_iterator.rs:243–249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241
242 #[test]
243 fn test_collect_rows_with_error() {
244 let error = ExecutionError::UnsupportedOperator("test".to_string());
245 let iter = ErrorRowIterator::new(error);
246
247 let result = collect_rows(iter);
248 assert!(result.is_err());
249 }
250}

Callers

nothing calls this directly

Calls 1

collect_rowsFunction · 0.85

Tested by

no test coverage detected