Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aosabook/500lines
/ start
Method
start
cluster/code/cluster.py:333–335 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
331
self.retransmit_timer = None
332
333
def
start(self):
334
self.logger.info(
"scout starting"
)
335
self.send_prepare()
336
337
def
send_prepare(self):
338
self.node.send(self.peers, Prepare(ballot_num=self.ballot_num))
Callers
15
emit
Function · 0.45
label
Function · 0.45
title
Function · 0.45
path
Function · 0.45
serve
Function · 0.45
serve
Function · 0.45
inject
Function · 0.45
request
Function · 0.45
main
Function · 0.45
spawn_scout
Method · 0.45
spawn_commander
Method · 0.45
do_Welcome
Method · 0.45
Calls
1
send_prepare
Method · 0.95
Tested by
1
serve
Function · 0.36