Get current size of work queue
(self)
| 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: |
nothing calls this directly
no outgoing calls
no test coverage detected