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

Method get

graphlite/tests/testutils/cli_fixture.rs:211–213  ·  view source on GitHub ↗

Get a value by column name

(&self, key: &str)

Source from the content-addressed store, hash-verified

209impl Row {
210 /// Get a value by column name
211 pub fn get(&self, key: &str) -> Option<&Value> {
212 self.values.get(key)
213 }
214
215 /// Get a string value
216 pub fn get_string(&self, key: &str) -> Option<String> {

Calls

no outgoing calls

Tested by

no test coverage detected