Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraphLite-AI/GraphLite
/ is_empty
Method
is_empty
sdk-rust/src/result.rs:215–217 ·
view source on GitHub ↗
Check if the result is empty (no rows)
(&self)
Source
from the content-addressed store, hash-verified
213
214
/// Check if the result is empty (no rows)
215
pub fn is_empty(&self) -> bool {
216
self.inner.rows.is_empty()
217
}
218
219
/// Iterate over rows
220
pub fn rows(&self) -> &[Row] {
Callers
2
scalar
Method · 0.45
build
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected