MCPcopy Create free account
hub / github.com/Comfy-Org/ComfyUI / wipe_queue

Method wipe_queue

execution.py:1334–1337  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1332 return len(self.queue) + len(self.currently_running)
1333
1334 def wipe_queue(self):
1335 with self.mutex:
1336 self.queue = []
1337 self.server.queue_updated()
1338
1339 def delete_queue_item(self, function):
1340 with self.mutex:

Callers 2

delete_queue_itemMethod · 0.95
post_queueMethod · 0.80

Calls 1

queue_updatedMethod · 0.80

Tested by

no test coverage detected