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

Method approx_queue_depth

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

Source from the content-addressed store, hash-verified

151 return self.workers.active_workers.value
152
153 def approx_queue_depth(self):
154 return self.work_queue.qsize()
155
156 def terminate(self):
157 self.workers.terminate()

Callers 1

write_codeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected