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

Method list_graphs

graphlite/src/storage/storage_manager.rs:356–358  ·  view source on GitHub ↗

List all available graphs

(&self)

Source from the content-addressed store, hash-verified

354
355 /// List all available graphs
356 pub fn list_graphs(&self) -> Result<Vec<String>, StorageError> {
357 self.get_graph_names()
358 }
359
360 /// Get a mutable reference to a graph in the cache
361 pub fn get_graph_mut(&self, name: &str) -> Result<Option<GraphCache>, StorageError> {

Callers 1

get_graph_namesMethod · 0.45

Calls 1

get_graph_namesMethod · 0.45

Tested by

no test coverage detected