MCPcopy Create free account
hub / github.com/chatdoc-com/OCRFlux / size

Method size

ocrflux/work_queue.py:355–357  ·  view source on GitHub ↗

Get current size of local work queue

(self)

Source from the content-addressed store, hash-verified

353
354 @property
355 def size(self) -> int:
356 """Get current size of local work queue"""
357 return self._queue.qsize()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected