MCPcopy Index your code
hub / github.com/SpaceNetLab/StarryNet / do_create_links

Method do_create_links

starrynet/cli.py:131–133  ·  view source on GitHub ↗

initialize the entire network links

(self, _line)

Source from the content-addressed store, hash-verified

129 self.sn.create_nodes()
130
131 def do_create_links(self, _line):
132 "initialize the entire network links"
133 self.sn.create_links()
134
135 def do_run_routing_deamon(self, _line):
136 "run routing deamon for each node"

Callers

nothing calls this directly

Calls 1

create_linksMethod · 0.80

Tested by

no test coverage detected