Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
execute
Function · 0.80
_send_progress_state
Method · 0.80
update_handler
Method · 0.80
_get_cache_for
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected