(trace)
| 31 | return d.id; |
| 32 | } |
| 33 | function getKeyFunc(trace) { |
| 34 | if (trace.ids) { |
| 35 | return keyFunc; |
| 36 | } |
| 37 | } |
| 38 | |
| 39 | // Returns -1 if v < 0, 1 if v > 0, and 0 if v == 0 |
| 40 | function sign(v) { |
no outgoing calls
no test coverage detected
searching dependent graphs…