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

Function each

src/script.js:24–28  ·  view source on GitHub ↗
(ar, fn)

Source from the content-addressed store, hash-verified

22 return 1
23 }
24 function each(ar, fn) {
25 every(ar, function (el) {
26 return !fn(el)
27 })
28 }
29
30 function $script(paths, idOrDone, optDone) {
31 paths = paths[push] ? paths : [paths]

Callers 3

callbackFunction · 0.85
$scriptFunction · 0.85
script.jsFile · 0.85

Calls 1

everyFunction · 0.85

Tested by

no test coverage detected