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

Method query

graphlite/tests/testutils/test_fixture.rs:218–221  ·  view source on GitHub ↗

Execute a query

(&self, query_text: &str)

Source from the content-addressed store, hash-verified

216
217 /// Execute a query
218 pub fn query(&self, query_text: &str) -> Result<QueryResult, String> {
219 // Use the coordinator to execute the query with proper orchestration
220 self.coordinator.process_query(query_text, &self.session_id)
221 }
222
223 /// Execute query and assert success
224 pub fn assert_query_succeeds(&self, query: &str) -> QueryResult {

Calls 1

process_queryMethod · 0.80

Tested by

no test coverage detected