MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / put

Method put

aura/worker_executor.py:109–112  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

107 self.progressbar.update(0)
108
109 async def put(self, item):
110 await self.q.put(item)
111 self.total += 1
112 self._update_progress()
113
114 def put_nowait(self, item):
115 self.q.put_nowait(item)

Callers 3

fetch_packageFunction · 0.80
prefetch_mirrorFunction · 0.80
processMethod · 0.80

Calls 1

_update_progressMethod · 0.95

Tested by

no test coverage detected