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

Method start_handler

comfy_execution/progress.py:188–191  ·  view source on GitHub ↗
(self, node_id: str, state: NodeProgressState, prompt_id: str)

Source from the content-addressed store, hash-verified

186
187 @override
188 def start_handler(self, node_id: str, state: NodeProgressState, prompt_id: str):
189 # Send progress state of all nodes
190 if self.registry:
191 self._send_progress_state(prompt_id, self.registry.nodes)
192
193 @override
194 def update_handler(

Callers

nothing calls this directly

Calls 1

_send_progress_stateMethod · 0.95

Tested by

no test coverage detected