MCPcopy 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 {

Calls

no outgoing calls

Tested by

no test coverage detected