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

Function zipAll

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

Source from the content-addressed store, hash-verified

663 },
664
665 zipAll(/*, ...collections */) {
666 const collections = [this].concat(arrCopy(arguments));
667 return reify(this, zipWithFactory(this, defaultZipper, collections, true));
668 },
669
670 zipWith(zipper /*, ...collections */) {
671 const collections = 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