Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pythongosssss/ComfyUI-Custom-Scripts
/ should_install_js
Function
should_install_js
pysssss.py:156–157 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
154
155
156
def
should_install_js():
157
return
not hasattr(PromptServer.instance,
"supports"
) or
"custom_nodes_from_web"
not in PromptServer.instance.supports
158
159
160
def
init(check_imports=None):
Callers
1
install_js
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected