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

Method graph

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

Source from the content-addressed store, hash-verified

43 }
44
45 fn graph(&mut self, op: &GraphOp) -> Result<Response, Self::Error> {
46 Ok(self.core_loop.dispatch_graph(self.task, op))
47 }
48
49 fn text(&mut self, op: &TextOp) -> Result<Response, Self::Error> {
50 Ok(self.core_loop.dispatch_text(self.task, op))

Callers 1

dispatchFunction · 0.80

Calls 1

dispatch_graphMethod · 0.80

Tested by

no test coverage detected