(trace)
| 476 | |
| 477 | // Returns a function if the trace is keyed, otherwise returns undefined |
| 478 | function getKeyFunc(trace) { |
| 479 | if(trace.ids) { |
| 480 | return keyFunc; |
| 481 | } |
| 482 | } |
| 483 | |
| 484 | function hideFilter() { |
| 485 | return false; |
no outgoing calls
no test coverage detected
searching dependent graphs…