MCPcopy Create free account
hub / github.com/SimonBuxx/LogiJS / remove

Function remove

libraries/lodash.js:7865–7884  ·  view source on GitHub ↗

* Removes all elements from `array` that `predicate` returns truthy for * and returns an array of the removed elements. The predicate is invoked * with three arguments: (value, index, array). * * **Note:** Unlike `_.filter`, this method mutates `array`. Use `_.pull` * to pul

(array, predicate)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

getIterateeFunction · 0.85
basePullAtFunction · 0.85

Tested by

no test coverage detected