MCPcopy Create free account
hub / github.com/bhowiebkr/PyFlowGraph / add_execution_pin

Method add_execution_pin

src/core/node.py:750–752  ·  view source on GitHub ↗

Add an execution pin for flow control.

(self, name, direction)

Source from the content-addressed store, hash-verified

748 return pin
749
750 def add_execution_pin(self, name, direction):
751 """Add an execution pin for flow control."""
752 return self.add_pin(name, direction, "exec", "execution")
753
754 def add_data_pin(self, name, direction, pin_type_str):
755 """Add a data pin for value transfer."""

Callers 1

update_pins_from_codeMethod · 0.95

Calls 1

add_pinMethod · 0.95

Tested by

no test coverage detected