MCPcopy Create free account
hub / github.com/immutable-js/immutable-js / partition

Function partition

src/CollectionImpl.js:201–203  ·  view source on GitHub ↗
(predicate, context)

Source from the content-addressed store, hash-verified

199 },
200
201 partition(predicate, context) {
202 return partitionFactory(this, predicate, context);
203 },
204
205 find(predicate, context, notSetValue) {
206 const entry = this.findEntry(predicate, context);

Callers

nothing calls this directly

Calls 1

partitionFactoryFunction · 0.90

Tested by

no test coverage detected