MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / query

Method query

nodedb/src/data/executor/dispatch/visitor.rs:57–59  ·  view source on GitHub ↗
(&mut self, op: &QueryOp)

Source from the content-addressed store, hash-verified

55 }
56
57 fn query(&mut self, op: &QueryOp) -> Result<Response, Self::Error> {
58 Ok(self.core_loop.dispatch_query(self.task, self.tid, op))
59 }
60
61 fn meta(&mut self, op: &MetaOp) -> Result<Response, Self::Error> {
62 Ok(self.core_loop.dispatch_meta(self.task, self.tid, op))

Callers

nothing calls this directly

Calls 1

dispatch_queryMethod · 0.80

Tested by

no test coverage detected