collapsePortWithRemoved method

(bool, Set<String>) collapsePortWithRemoved(
  1. String nodeId,
  2. String portId
)

Collapse a transparent port expansion and return removed gates.

Implementation

(bool changed, Set<String> removedGates) collapsePortWithRemoved(
  String nodeId,
  String portId,
) =>
    schematic.collapsePortThroughWithRemoved(nodeId, portId);