MCPcopy Create free account
hub / github.com/ComfyWorkflows/ComfyUI-Launcher / is_launcher_json_format

Function is_launcher_json_format

server/utils.py:191–194  ·  view source on GitHub ↗
(import_json)

Source from the content-addressed store, hash-verified

189
190
191def is_launcher_json_format(import_json):
192 if "format" in import_json and import_json["format"] == "comfyui_launcher":
193 return True
194 return False
195
196def setup_custom_nodes_from_snapshot(project_folder_path, launcher_json):
197 if not launcher_json:

Callers 1

import_projectFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected