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

Method size

ocrflux/work_queue.py:91–93  ·  view source on GitHub ↗

Get current size of work queue

(self)

Source from the content-addressed store, hash-verified

89 @property
90 @abc.abstractmethod
91 def size(self) -> int:
92 """Get current size of work queue"""
93 pass
94
95 @staticmethod
96 def _compute_workgroup_hash(work_paths: List[str]) -> str:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected