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

Method with_query_text

graphlite/src/exec/executor.rs:84–87  ·  view source on GitHub ↗

Set the query text for audit

(mut self, query_text: Option<String>)

Source from the content-addressed store, hash-verified

82
83 /// Set the query text for audit
84 pub fn with_query_text(mut self, query_text: Option<String>) -> Self {
85 self.query_text = query_text;
86 self
87 }
88
89 /// Set the physical plan
90 pub fn with_physical_plan(mut self, plan: Option<PhysicalPlan>) -> Self {

Callers 1

process_queryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected