the-graph
the-graph copied to clipboard
use object for selected edges
Like #155, but edges don't have ids, so it is a little more complicated.
$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
That misses a(n admittedly rare) case with addressable ports.