MCPcopy Create free account
hub / github.com/TheMariday/marimapper / empty

Method empty

marimapper/queues.py:20–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18 self._queue: Queue = Queue()
19
20 def empty(self) -> bool:
21 return self._queue.empty()
22
23
24class RequestDetectionsQueue(BaseQueue):

Callers 4

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected