Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
465
function
arrayClone(arr, i) {
466
var
copy =
new
Array(i);
467
while
(i--)
468
copy[i] = arr[i];
469
return
copy;
470
}
471
472
function
unwrapListeners(arr) {
473
var
ret =
new
Array(arr.length);
Callers
5
emitNone
Function · 0.70
emitOne
Function · 0.70
emitTwo
Function · 0.70
emitThree
Function · 0.70
emitMany
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected