Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/node-modules/utility
/ slice
Function
slice
benchmark/arguments_to_array.cjs:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
}
11
12
function
slice() {
13
return
[].slice.call(arguments);
14
}
15
16
function
argumentsToArray() {
17
return
utility.argumentsToArray(arguments);
Callers
1
arguments_to_array.cjs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…