MCPcopy
hub / github.com/immutable-js/immutable-js / zip

Function zip

src/CollectionImpl.js:660–663  ·  view source on GitHub ↗
(/*, ...collections */)

Source from the content-addressed store, hash-verified

658 },
659
660 zip(/*, ...collections */) {
661 const collections = [this].concat(arrCopy(arguments));
662 return reify(this, zipWithFactory(this, defaultZipper, collections));
663 },
664
665 zipAll(/*, ...collections */) {
666 const collections = [this].concat(arrCopy(arguments));

Callers

nothing calls this directly

Calls 4

reifyFunction · 0.90
zipWithFactoryFunction · 0.90
arrCopyFunction · 0.85
concatMethod · 0.65

Tested by

no test coverage detected