Graph construction: skip testing for duplicate edges during source/sink setup.
When fixing up source/sink edges, we are only adding missing edges. Skip the test for duplicate edges in this case, which avoids a linear traversal over sink edges. PiperOrigin-RevId: 227940303
Loading
Please sign in to comment