MCPcopy Create free account
hub / github.com/SpaceNetLab/StarryNet / do_check_routing_table

Method do_check_routing_table

starrynet/cli.py:193–198  ·  view source on GitHub ↗

list the routing table of a node at a certain time.

(self, line)

Source from the content-addressed store, hash-verified

191 self.sn.set_recovery(int(rest[0]))
192
193 def do_check_routing_table(self, line):
194 "list the routing table of a node at a certain time."
195 "The output file will be written at the working directory."
196 arg, args, line = self.parseline(line)
197 rest = line.split(' ')
198 self.sn.check_routing_table(int(rest[0]), int(rest[1]))
199
200 def do_set_next_hop(self, line):
201 "set the nhelpext hop at a certain time"

Callers

nothing calls this directly

Calls 1

check_routing_tableMethod · 0.80

Tested by

no test coverage detected