Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1213
function
slice(a, start) {
1214
return
Array.prototype.slice.call(a, start == null ? 0 : start);
1215
};
1216
1217
function
characters(str) {
1218
return
str.split(
""
);
Callers
2
as
Function · 0.85
curry
Function · 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…