Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraphLite-AI/GraphLite
/ len
Method
len
graphlite/tests/testutils/cli_fixture.rs:193–195 ·
view source on GitHub ↗
Get the number of rows
(&self)
Source
from the content-addressed store, hash-verified
191
192
/// Get the number of rows
193
pub fn len(&self) -> usize {
194
self.rows.len()
195
}
196
197
/// Check if result is empty
198
pub fn is_empty(&self) -> bool {
Callers
6
test_labels_aggregation_with_multiple_labels_and_order_by
Function · 0.45
test_call_with_where_clause
Function · 0.45
test_call_where_with_or_conditions
Function · 0.45
test_call_where_demonstrates_bug
Function · 0.45
test_union_and_intersection_patterns
Function · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected