Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aosabook/500lines
/ join
Method
join
cluster/code/cluster.py:443–445 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
441
self.join()
442
443
def
join(self):
444
self.node.send([next(self.peers_cycle)], Join())
445
self.set_timer(JOIN_RETRANSMIT, self.join)
446
447
def
do_Welcome(self, sender, state, slot, decisions):
448
self.acceptor_cls(self.node)
Callers
15
start
Method · 0.95
main
Function · 0.80
build_epub
Function · 0.80
__str__
Method · 0.80
flush_output
Method · 0.80
_expr_code
Method · 0.80
include
Function · 0.80
get_include_contents
Method · 0.80
main
Function · 0.80
format_title_reference
Function · 0.80
main
Function · 0.80
stop_tracing
Method · 0.80
Calls
2
send
Method · 0.45
set_timer
Method · 0.45
Tested by
5
run_tests
Method · 0.64
serve
Function · 0.64
add_page
Method · 0.64
setup
Method · 0.64
test_start
Method · 0.64