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

Method pause

web/main.js:405–407  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

403 }
404 }
405 pause() {
406 this.flags |= 64;
407 }
408 resume() {
409 if (this.flags & 64) {
410 this.flags &= -65;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected