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

Method _update_progress

aura/worker_executor.py:101–107  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

99 )
100
101 def _update_progress(self):
102 if config.PROGRESSBAR_DISABLED:
103 return
104
105 self.progressbar.total = self.total
106 self.progressbar.n = self.completed
107 self.progressbar.update(0)
108
109 async def put(self, item):
110 await self.q.put(item)

Callers 3

putMethod · 0.95
put_nowaitMethod · 0.95
task_doneMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected