MCPcopy Create free account
hub / github.com/Comfy-Org/ComfyUI / mark_missing

Function mark_missing

execution.py:168–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166 input_data = inputs[x]
167 _, input_category, input_info = get_input_info(class_def, x, valid_inputs)
168 def mark_missing():
169 missing_keys[x] = True
170 input_data_all[x] = (None,)
171 if is_link(input_data) and (not input_info or not input_info.get("rawLink", False)):
172 input_unique_id = input_data[0]
173 output_index = input_data[1]

Callers 1

get_input_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected