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

Method completed_cb

aura/worker_executor.py:57–59  ·  view source on GitHub ↗
(self, _)

Source from the content-addressed store, hash-verified

55 self.pg.close()
56
57 def completed_cb(self, _):
58 self.completed += 1
59 self._update_progress()
60
61 def submit(self, fn, *args, **kwargs) -> futures.Future:
62 future = self.executor.submit(fn, *args, **kwargs)

Callers

nothing calls this directly

Calls 1

_update_progressMethod · 0.95

Tested by

no test coverage detected