Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
callback
Function · 0.85
$script
Function · 0.85
script.js
File · 0.85
Calls
1
every
Function · 0.85
Tested by
no test coverage detected