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

Method routing

nodedb-cluster/src/multi_raft/core.rs:179–181  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

177 }
178
179 pub fn routing(&self) -> &RoutingTable {
180 &self.routing
181 }
182
183 pub fn routing_mut(&mut self) -> &mut RoutingTable {
184 &mut self.routing

Callers 4

join_flowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected