MCPcopy Create free account
hub / github.com/DanielPFlorian/ComfyUI-WorkflowGenerator / check_add

Function check_add

utils/node_utils.py:96–98  ·  view source on GitHub ↗
(val, name)

Source from the content-addressed store, hash-verified

94 return needed
95
96 def check_add(val, name):
97 if val is None:
98 needed.append(name)
99
100 # Detect if we're in pipeline context (any prefixed parameter is not None)
101 is_pipeline_context = any(

Callers 1

check_llm_lazy_statusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected