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

Method array

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

Source from the content-addressed store, hash-verified

51 }
52
53 fn array(&mut self, op: &ArrayOp) -> Result<Response, Self::Error> {
54 Ok(self.core_loop.dispatch_array(self.task, op))
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))

Callers

nothing calls this directly

Calls 1

dispatch_arrayMethod · 0.80

Tested by

no test coverage detected