MCPcopy 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_peersMethod · 0.80
forward_data_proposeMethod · 0.80
restartFunction · 0.80
on_startupMethod · 0.80
on_copy_dataMethod · 0.80
on_copy_doneMethod · 0.80
do_queryMethod · 0.80
post_startupMethod · 0.80
execute_preparedMethod · 0.80
warm_known_peersFunction · 0.80

Calls 2

okMethod · 0.45
parseMethod · 0.45

Tested by

no test coverage detected