MCPcopy Create free account
hub / github.com/aitjcize/Overlord / AddToDownloadQueue

Method AddToDownloadQueue

py/ghost.py:1342–1343  ·  view source on GitHub ↗
(self, ttyname, filename)

Source from the content-addressed store, hash-verified

1340 return status
1341
1342 def AddToDownloadQueue(self, ttyname, filename):
1343 self._download_queue.put((ttyname, filename))
1344
1345 def RegisterTTY(self, session_id, ttyname):
1346 self._ttyname_to_sid[ttyname] = session_id

Callers 1

DownloadFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected