Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraphLite-AI/GraphLite
/ is_empty
Method
is_empty
graphlite/tests/testutils/cli_fixture.rs:198–200 ·
view source on GitHub ↗
Check if result is empty
(&self)
Source
from the content-addressed store, hash-verified
196
197
/// Check if result is empty
198
pub fn is_empty(&self) -> bool {
199
self.rows.is_empty()
200
}
201
}
202
203
/// A single row in the query result
Callers
11
test_simple_rollback_debug
Function · 0.45
test_labels_function_in_aggregation
Function · 0.45
test_call_with_where_clause
Function · 0.45
test_union_all_preserves_duplicates
Function · 0.45
test_intersect_with_conditions
Function · 0.45
test_node_label_set_multiple_labels
Function · 0.45
test_complex_match_operations_with_multiple_relationships
Function · 0.45
test_match_set_comprehensive_combinations
Function · 0.45
test_debug_with_clause_issue
Function · 0.45
test_delete_operations
Function · 0.45
test_dml_performance
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected