Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Comfy-Org/ComfyUI-Manager
/ update_nodes
Function
update_nodes
scanner.py:256–257 ·
view source on GitHub ↗
(nodes, new_keys)
Source
from the content-addressed store, hash-verified
254
return
{key.strip()
for
key in keys}
255
256
def
update_nodes(nodes, new_keys):
257
nodes |= new_keys
258
259
patterns = [
260
r
'^[^=]*_CLASS_MAPPINGS\["(.*?)"\]'
,
Callers
1
scan_in_file
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected