(item)
| 34 | , id = idOrDoneIsDone ? paths.join('') : idOrDone |
| 35 | , queue = paths.length |
| 36 | function loopFn(item) { |
| 37 | return item.call ? item() : list[item] |
| 38 | } |
| 39 | function callback() { |
| 40 | if (!--queue) { |
| 41 | list[id] = 1 |
nothing calls this directly
no outgoing calls
no test coverage detected