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

Method with_session

graphlite/src/exec/executor.rs:72–75  ·  view source on GitHub ↗

Set the user session

(mut self, session: Option<Arc<std::sync::RwLock<UserSession>>>)

Source from the content-addressed store, hash-verified

70
71 /// Set the user session
72 pub fn with_session(mut self, session: Option<Arc<std::sync::RwLock<UserSession>>>) -> Self {
73 self.session = session;
74 self
75 }
76
77 /// Set the graph expression
78 pub fn with_graph_expr(mut self, graph_expr: Option<GraphExpression>) -> Self {

Callers 2

execute_statementMethod · 0.80
process_queryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected