MCPcopy 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
12function slice() {
13 return [].slice.call(arguments);
14}
15
16function argumentsToArray() {
17 return utility.argumentsToArray(arguments);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…