MCPcopy Index your code
hub / github.com/ded/script.js / loopFn

Function loopFn

src/script.js:36–38  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected