MCPcopy Create free account
hub / github.com/catid/supercharger / active_workers

Method active_workers

codegen/codegen_workers.py:150–151  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

148 return results
149
150 def active_workers(self):
151 return self.workers.active_workers.value
152
153 def approx_queue_depth(self):
154 return self.work_queue.qsize()

Callers 1

write_codeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected