Function
runJob
(iterator2, key, item, callback)
Source from the content-addressed store, hash-verified
| 24443 | }); |
| 24444 | } |
| 24445 | function runJob(iterator2, key, item, callback) { |
| 24446 | var aborter; |
| 24447 | if (iterator2.length == 2) { |
| 24448 | aborter = iterator2(item, async(callback)); |
| 24449 | } else { |
| 24450 | aborter = iterator2(item, key, async(callback)); |
| 24451 | } |
| 24452 | return aborter; |
| 24453 | } |
| 24454 | } |
| 24455 | }); |
| 24456 | |
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…