MCPcopy
hub / github.com/vladmandic/sdnext / push

Method push

modules/framepack/pipeline/thread_utils.py:48–50  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

46 self.lock = Lock()
47
48 def push(self, item):
49 with self.lock:
50 self.queue.append(item)
51
52 def pop(self):
53 with self.lock:

Callers 15

save_videoFunction · 0.80
workerFunction · 0.80
text_encodeFunction · 0.80
latents_encodeFunction · 0.80
vision_encodeFunction · 0.80
step_callbackFunction · 0.80
createLocaleJSONFunction · 0.80
initializeDOMObserverFunction · 0.80
refreshHistoryFunction · 0.80
extensions_applyFunction · 0.80
extensions_checkFunction · 0.80
extractLoraNamesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected