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

Method meta

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

Source from the content-addressed store, hash-verified

59 }
60
61 fn meta(&mut self, op: &MetaOp) -> Result<Response, Self::Error> {
62 Ok(self.core_loop.dispatch_meta(self.task, self.tid, op))
63 }
64
65 fn columnar(&mut self, op: &ColumnarOp) -> Result<Response, Self::Error> {
66 Ok(self.core_loop.dispatch_columnar(self.task, op))

Callers

nothing calls this directly

Calls 1

dispatch_metaMethod · 0.80

Tested by

no test coverage detected