MCPcopy
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

startMethod · 0.95
mainFunction · 0.80
build_epubFunction · 0.80
__str__Method · 0.80
flush_outputMethod · 0.80
_expr_codeMethod · 0.80
includeFunction · 0.80
get_include_contentsMethod · 0.80
mainFunction · 0.80
format_title_referenceFunction · 0.80
mainFunction · 0.80
stop_tracingMethod · 0.80

Calls 2

sendMethod · 0.45
set_timerMethod · 0.45

Tested by 5

run_testsMethod · 0.64
serveFunction · 0.64
add_pageMethod · 0.64
setupMethod · 0.64
test_startMethod · 0.64