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

Method set_ping

starrynet/sn_synchronizer.py:209–212  ·  view source on GitHub ↗
(self, sat1_index, sat2_index, time_index)

Source from the content-addressed store, hash-verified

207 self.sr_time.append(time_index)
208
209 def set_ping(self, sat1_index, sat2_index, time_index):
210 self.ping_src.append(sat1_index)
211 self.ping_des.append(sat2_index)
212 self.ping_time.append(time_index)
213
214 def set_perf(self, sat1_index, sat2_index, time_index):
215 self.perf_src.append(sat1_index)

Callers 2

example.pyFile · 0.80
do_set_pingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected