findLinksInto method

Iterator<Link> findLinksInto([
  1. String? pid
])

Returns an iterator over all of the Links that go into this node, perhaps limited to the given port id on this node. @param {string|null=} pid A port identifier string; if null the link's portId is ignored and all links are included in the search. @return {Iterator.}

Implementation

_i3.Iterator<_i3.Link> findLinksInto([_i2.String? pid]) => _i4.callMethod(
      this,
      'findLinksInto',
      [pid ?? _i5.undefined],
    );