expandPortThrough method

bool expandPortThrough(
  1. String nodeId,
  2. String portId
)

Reveal a port path through transparent primitive gates.

Implementation

bool expandPortThrough(String nodeId, String portId) =>
    schematic.expandPortThrough(nodeId, portId);