MCPcopy 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

Calls

no outgoing calls

Tested by

no test coverage detected