Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
promote_ready_learners
Method · 0.80
join_flow
Method · 0.80
wait_for_learner_applied
Method · 0.80
build_current_response
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected