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

Method do_set_ping

starrynet/cli.py:212–217  ·  view source on GitHub ↗

ping msg of two nodes at a certain time

(self, line)

Source from the content-addressed store, hash-verified

210 output(self.sn.configuration_file_path + "\n")
211
212 def do_set_ping(self, line):
213 "ping msg of two nodes at a certain time"
214 "The output file will be written at the working directory"
215 arg, args, line = self.parseline(line)
216 rest = line.split(' ')
217 self.sn.set_ping(int(rest[0]), int(rest[1]), int(rest[2]))
218
219 def do_set_perf(self, line):
220 "perf msg of two nodes at a certain time"

Callers

nothing calls this directly

Calls 1

set_pingMethod · 0.80

Tested by

no test coverage detected