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

Method vector

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

Source from the content-addressed store, hash-verified

35 }
36
37 fn vector(&mut self, op: &VectorOp) -> Result<Response, Self::Error> {
38 Ok(self.core_loop.dispatch_vector(self.task, op))
39 }
40
41 fn crdt(&mut self, op: &CrdtOp) -> Result<Response, Self::Error> {
42 Ok(self.core_loop.dispatch_crdt(self.task, op))

Callers

nothing calls this directly

Calls 1

dispatch_vectorMethod · 0.80

Tested by

no test coverage detected