MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / reject

Function reject

docs/_static/underscore-1.13.1.js:1397–1399  ·  view source on GitHub ↗
(obj, predicate, context)

Source from the content-addressed store, hash-verified

1395
1396 // Return all the elements for which a truth test fails.
1397 function reject(obj, predicate, context) {
1398 return filter(obj, negate(cb(predicate)), context);
1399 }
1400
1401 // Determine whether all of the elements pass a truth test.
1402 function every(obj, predicate, context) {

Callers

nothing calls this directly

Calls 3

filterFunction · 0.85
negateFunction · 0.85
cbFunction · 0.85

Tested by

no test coverage detected