platform icon indicating copy to clipboard operation
platform copied to clipboard

support * notation for all types of link traversals

Open aeberhart opened this issue 2 years ago • 0 comments

      if (link.edge.star || link.edge.from != null || link.edge.to != null)
        throw new Exception("Not supported: " + link.edge);

aeberhart avatar Feb 21 '24 11:02 aeberhart