MCPcopy
hub / github.com/Comfy-Org/ComfyUI-Manager / append

Method append

comfyui_manager/glob/manager_core.py:290–291  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

288 self.ver = None
289
290 def append(self, item):
291 self.items.append(item)
292
293 def fail(self, msg):
294 self.result = False

Callers 15

unified_disableMethod · 0.95
unified_uninstallMethod · 0.95
repo_installMethod · 0.95
get_py_file_pathsFunction · 0.45
get_nodesFunction · 0.45
get_urls_from_list_fileFunction · 0.45
get_git_urls_from_jsonFunction · 0.45
get_py_urls_from_jsonFunction · 0.45
process_git_statsFunction · 0.45
msg_captureFunction · 0.45
setupFunction · 0.45

Calls

no outgoing calls