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

Method text

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

Source from the content-addressed store, hash-verified

47 }
48
49 fn text(&mut self, op: &TextOp) -> Result<Response, Self::Error> {
50 Ok(self.core_loop.dispatch_text(self.task, op))
51 }
52
53 fn array(&mut self, op: &ArrayOp) -> Result<Response, Self::Error> {
54 Ok(self.core_loop.dispatch_array(self.task, op))

Callers 6

dispatchFunction · 0.80
decrypt_with_vaultMethod · 0.80
rewrap_with_vaultMethod · 0.80

Calls 1

dispatch_textMethod · 0.80