MCPcopy Index your code
hub / github.com/DanielPFlorian/ComfyUI-WorkflowGenerator / not_in_sql

Method not_in_sql

generators/node_validator.py:185–195  ·  view source on GitHub ↗

Check if a node type exists in the node list. Args: node_type: Node type name to check Returns: True if node exists, False otherwise

(self, node_type: str)

Source from the content-addressed store, hash-verified

183 return similar_node_infos
184
185 def not_in_sql(self, node_type: str) -> bool:
186 """
187 Check if a node type exists in the node list.
188
189 Args:
190 node_type: Node type name to check
191
192 Returns:
193 True if node exists, False otherwise
194 """
195 return node_type in self.node_list
196
197 def is_valid_comfy_node(self, node_type: str) -> bool:
198 """

Callers 1

refine_diagramMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected