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

Method spatial

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

Source from the content-addressed store, hash-verified

71 }
72
73 fn spatial(&mut self, op: &SpatialOp) -> Result<Response, Self::Error> {
74 Ok(self.core_loop.dispatch_spatial(self.task, self.tid, op))
75 }
76
77 fn kv(&mut self, op: &KvOp) -> Result<Response, Self::Error> {
78 Ok(self.core_loop.dispatch_kv(self.task, self.tid, op))

Callers

nothing calls this directly

Calls 1

dispatch_spatialMethod · 0.80

Tested by

no test coverage detected