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

Function arrayClone

lib/purifycss.es.js:461–466  ·  view source on GitHub ↗
(arr, i)

Source from the content-addressed store, hash-verified

459}
460
461function arrayClone(arr, i) {
462 var copy = new Array(i);
463 while (i--)
464 copy[i] = arr[i];
465 return copy;
466}
467
468function unwrapListeners(arr) {
469 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