MCPcopy Create free account
hub / github.com/Nynxz/ComfyUI-IdeogramHelper / queueFlush

Function queueFlush

web/main.js:2029–2033  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2027 }
2028}
2029function queueFlush() {
2030 if (!currentFlushPromise) {
2031 currentFlushPromise = resolvedPromise.then(flushJobs);
2032 }
2033}
2034function queuePostFlushCb(cb) {
2035 if (!isArray(cb)) {
2036 if (activePostFlushCbs && cb.id === -1) {

Callers 2

queueJobFunction · 0.85
queuePostFlushCbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected