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

Method get_nodes

graphlite/src/storage/value.rs:133–135  ·  view source on GitHub ↗

Get all node IDs in the path

(&self)

Source from the content-addressed store, hash-verified

131
132 /// Get all node IDs in the path
133 pub fn get_nodes(&self) -> Vec<&str> {
134 self.elements.iter().map(|e| e.node_id.as_str()).collect()
135 }
136
137 /// Get all edge IDs in the path (non-None values)
138 pub fn get_edges(&self) -> Vec<&str> {

Callers

nothing calls this directly

Calls 2

iterMethod · 0.45
as_strMethod · 0.45

Tested by

no test coverage detected