MCPcopy Create free account
hub / github.com/node-inspector/node-inspector / slice

Function slice

front-end/UglifyJS/parse-js.js:1213–1215  ·  view source on GitHub ↗
(a, start)

Source from the content-addressed store, hash-verified

1211};
1212
1213function slice(a, start) {
1214 return Array.prototype.slice.call(a, start == null ? 0 : start);
1215};
1216
1217function characters(str) {
1218 return str.split("");

Callers 2

asFunction · 0.85
curryFunction · 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…