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

Method crdt

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

Source from the content-addressed store, hash-verified

39 }
40
41 fn crdt(&mut self, op: &CrdtOp) -> Result<Response, Self::Error> {
42 Ok(self.core_loop.dispatch_crdt(self.task, op))
43 }
44
45 fn graph(&mut self, op: &GraphOp) -> Result<Response, Self::Error> {
46 Ok(self.core_loop.dispatch_graph(self.task, op))

Callers 1

dispatchFunction · 0.80

Calls 1

dispatch_crdtMethod · 0.80

Tested by

no test coverage detected