MCPcopy Index your code
hub / github.com/purifycss/purifycss / arrayClone

Function arrayClone

lib/purifycss.js:465–470  ·  view source on GitHub ↗
(arr, i)

Source from the content-addressed store, hash-verified

463}
464
465function arrayClone(arr, i) {
466 var copy = new Array(i);
467 while (i--)
468 copy[i] = arr[i];
469 return copy;
470}
471
472function unwrapListeners(arr) {
473 var ret = new Array(arr.length);

Callers 5

emitNoneFunction · 0.70
emitOneFunction · 0.70
emitTwoFunction · 0.70
emitThreeFunction · 0.70
emitManyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected