MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / get_row

Method get_row

sdk-rust/src/result.rs:71–73  ·  view source on GitHub ↗

Get a specific row by index

(&self, index: usize)

Source from the content-addressed store, hash-verified

69
70 /// Get a specific row by index
71 pub fn get_row(&self, index: usize) -> Option<&Row> {
72 self.inner.rows.get(index)
73 }
74
75 /// Deserialize all rows into a vector of the given type
76 ///

Callers 2

firstMethod · 0.45
scalarMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected