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

Method with_graph_expr

graphlite/src/exec/executor.rs:78–81  ·  view source on GitHub ↗

Set the graph expression

(mut self, graph_expr: Option<GraphExpression>)

Source from the content-addressed store, hash-verified

76
77 /// Set the graph expression
78 pub fn with_graph_expr(mut self, graph_expr: Option<GraphExpression>) -> Self {
79 self.graph_expr = graph_expr;
80 self
81 }
82
83 /// Set the query text for audit
84 pub fn with_query_text(mut self, query_text: Option<String>) -> Self {

Callers 1

execute_statementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected