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

Method do_create_nodes

starrynet/cli.py:127–129  ·  view source on GitHub ↗

initialize the entire network nodes

(self, _line)

Source from the content-addressed store, hash-verified

125 output(self.helpStr)
126
127 def do_create_nodes(self, _line):
128 "initialize the entire network nodes"
129 self.sn.create_nodes()
130
131 def do_create_links(self, _line):
132 "initialize the entire network links"

Callers

nothing calls this directly

Calls 1

create_nodesMethod · 0.80

Tested by

no test coverage detected