the-graph icon indicating copy to clipboard operation
the-graph copied to clipboard

use object for selected edges

Open forresto opened this issue 11 years ago • 2 comments

Like #155, but edges don't have ids, so it is a little more complicated.

forresto avatar Aug 12 '14 07:08 forresto

$src_process_id($port)-$dest_process_id($port) should be a pretty good key for this hash table. Used in noflo-runtime-base : https://github.com/noflo/noflo-runtime-base/blob/master/src/protocol/Network.coffee#L49

djdeath avatar Sep 09 '14 20:09 djdeath

That misses a(n admittedly rare) case with addressable ports.

forresto avatar Sep 09 '14 20:09 forresto