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

Method run

starrynet/sn_utils.py:899–905  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

897 self.file_path = file_path
898
899 def run(self):
900 print("Deleting all native bridges and containers...")
901 self.remote_ftp.put(
902 os.path.join(os.getcwd(), "starrynet/sn_orchestrater.py"),
903 self.file_path + "/sn_orchestrater.py")
904 sn_remote_cmd(self.remote_ssh,
905 "python3 " + self.file_path + "/sn_orchestrater.py")

Callers

nothing calls this directly

Calls 1

sn_remote_cmdFunction · 0.85

Tested by

no test coverage detected