Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
class
RequestDetectionsQueue(BaseQueue):
Callers
4
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected