MCPcopy
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
156def should_install_js():
157 return not hasattr(PromptServer.instance, "supports") or "custom_nodes_from_web" not in PromptServer.instance.supports
158
159
160def init(check_imports=None):

Callers 1

install_jsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected