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

Method kv

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

Source from the content-addressed store, hash-verified

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))
79 }
80
81 fn cluster_array(&mut self, _op: &ClusterArrayOp) -> Result<Response, Self::Error> {
82 unreachable!("ClusterArray plans must not be dispatched to the Data Plane")

Callers

nothing calls this directly

Calls 1

dispatch_kvMethod · 0.80

Tested by

no test coverage detected