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

Method current_graph

graphlite/src/exec/executor.rs:8814–8818  ·  view source on GitHub ↗

Get current graph from session (helper method)

(&self)

Source from the content-addressed store, hash-verified

8812
8813 /// Get current graph from session (helper method)
8814 pub fn current_graph(&self) -> Option<GraphExpression> {
8815 // TODO: Get current graph from SessionManager
8816 // For now, return None to indicate no session graph is set
8817 None
8818 }
8819
8820 /// Evaluate IS predicate expressions
8821 fn evaluate_is_predicate(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected