Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ socket_addr
Method
socket_addr
nodedb-cluster/src/topology.rs:169–171 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
167
}
168
169
pub fn socket_addr(&self) -> Option<SocketAddr> {
170
self.addr.parse().ok()
171
}
172
}
173
174
/// Cluster topology — authoritative registry of all nodes.
Callers
11
collect_peers
Method · 0.80
forward_metadata_propose
Method · 0.80
forward_data_propose
Method · 0.80
restart
Function · 0.80
on_startup
Method · 0.80
on_copy_data
Method · 0.80
on_copy_done
Method · 0.80
do_query
Method · 0.80
post_startup
Method · 0.80
execute_prepared
Method · 0.80
warm_known_peers
Function · 0.80
Calls
2
ok
Method · 0.45
parse
Method · 0.45
Tested by
no test coverage detected