Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/easydiffusion/easydiffusion
/ _setId
Method
_setId
ui/media/js/engine.js:379–384 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
377
return
this.#id
378
}
379
_setId(id) {
380
if
(typeof this.#id !==
"undefined"
) {
381
throw
new
Error(
"The task ID can only be set once."
)
382
}
383
this.#id = id
384
}
385
386
get exception() {
387
return
this.#exception
Callers
2
post
Method · 0.80
post
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected