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

Method get_all_edges

graphlite/src/storage/graph_cache.rs:176–178  ·  view source on GitHub ↗

Get all edges in the graph

(&self)

Source from the content-addressed store, hash-verified

174
175 /// Get all edges in the graph
176 pub fn get_all_edges(&self) -> Vec<&Edge> {
177 self.edges.values().collect()
178 }
179
180 /// Get all edges in the graph (owned)
181 pub fn get_all_edges_owned(&self) -> Result<Vec<Edge>, GraphError> {

Callers 8

union_graphsMethod · 0.80
match_path_patternMethod · 0.80
execute_modificationMethod · 0.80
match_path_patternMethod · 0.80
match_path_patternMethod · 0.80
execute_modificationMethod · 0.80
match_path_patternMethod · 0.80
execute_modificationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected