MCPcopy 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
3609function OR(...args) {
3610 return args.reduce((a, b) => a.map((c, i) => b[i] || c))
3611}
3612
3613function NOT(array) {
3614 return array.map(c => !c);

Callers 2

Sfsy.jsFile · 0.85
filterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected