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

Method get_all_nodes

graphlite/src/storage/graph_cache.rs:166–168  ·  view source on GitHub ↗

Get all nodes in the graph

(&self)

Source from the content-addressed store, hash-verified

164
165 /// Get all nodes in the graph
166 pub fn get_all_nodes(&self) -> Vec<&Node> {
167 self.nodes.values().collect()
168 }
169
170 /// Get all nodes in the graph (owned)
171 pub fn get_all_nodes_owned(&self) -> Result<Vec<Node>, GraphError> {

Callers 14

save_graph_by_pathMethod · 0.80
union_graphsMethod · 0.80
expand_select_itemsMethod · 0.80
validate_schemaMethod · 0.80
match_path_patternMethod · 0.80
execute_modificationMethod · 0.80
execute_modificationMethod · 0.80
match_path_patternMethod · 0.80
match_path_patternMethod · 0.80
match_path_patternMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected