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

Method get_graph

graphlite/src/session/models.rs:551–553  ·  view source on GitHub ↗

ROADMAP v0.2.0 - Session management for multi-user support (see ROADMAP.md §2)

(&self, name: &str)

Source from the content-addressed store, hash-verified

549 /// Get a reference to a specific graph
550 #[allow(dead_code)] // ROADMAP v0.2.0 - Session management for multi-user support (see ROADMAP.md §2)
551 pub fn get_graph(&self, name: &str) -> Option<&GraphCache> {
552 self.graphs.get(name)
553 }
554
555 /// Create or get a graph by name
556 #[allow(dead_code)] // ROADMAP v0.2.0 - Session management for multi-user support (see ROADMAP.md §2)

Callers 1

apply_undo_operationMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected