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

Method get_value_at_position

graphlite/src/exec/result.rs:238–240  ·  view source on GitHub ↗

Get a value by position (for set operations)

(&self, position: usize)

Source from the content-addressed store, hash-verified

236
237 /// Get a value by position (for set operations)
238 pub fn get_value_at_position(&self, position: usize) -> Option<&Value> {
239 self.positional_values.get(position)
240 }
241
242 /// Set a value in the row
243 pub fn set_value(&mut self, name: String, value: Value) {

Callers 2

Calls 1

getMethod · 0.45

Tested by

no test coverage detected