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

Method get_parent_node_id

comfy_execution/graph.py:50–51  ·  view source on GitHub ↗
(self, node_id)

Source from the content-addressed store, hash-verified

48 return node_id
49
50 def get_parent_node_id(self, node_id):
51 return self.ephemeral_parents.get(node_id, None)
52
53 def get_display_node_id(self, node_id):
54 while node_id in self.ephemeral_display:

Callers 4

executeFunction · 0.80
_send_progress_stateMethod · 0.80
update_handlerMethod · 0.80
_get_cache_forMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected