Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moli-X/Resources
/ OR
Function
OR
Script/Parser.js:3609–3611 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
3607
}
3608
3609
function
OR(...args) {
3610
return
args.reduce((a, b) => a.map((c, i) => b[i] || c))
3611
}
3612
3613
function
NOT(array) {
3614
return
array.map(c => !c);
Callers
2
Sfsy.js
File · 0.85
filter
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected