Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nynxz/ComfyUI-IdeogramHelper
/ active
Method
active
web/main.js:276–278 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
274
}
275
}
276
get active() {
277
return
this._active;
278
}
279
pause() {
280
if
(this._active) {
281
this._isPaused = true;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected