Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_package
Function · 0.80
prefetch_mirror
Function · 0.80
process
Method · 0.80
Calls
1
_update_progress
Method · 0.95
Tested by
no test coverage detected