Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pythongosssss/ComfyUI-Custom-Scripts
/ update
Function
update
web/js/faviconStatus.js:32–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
31
let
executing = false;
32
const
update = () => (link.href = executing ? activeUrl : idleUrl);
33
34
for
(
const
e of [
"execution_start"
,
"progress"
]) {
35
api.addEventListener(e, () => {
Callers
1
setup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected