MCPcopy
hub / github.com/angular-ui/ui-router / sliceArgs

Function sliceArgs

test/angular/1.6/angular.js:1360–1362  ·  view source on GitHub ↗
(args, startIndex)

Source from the content-addressed store, hash-verified

1358}
1359
1360function sliceArgs(args, startIndex) {
1361 return slice.call(args, startIndex || 0);
1362}
1363
1364
1365/**

Callers 6

minErrFunction · 0.70
bindFunction · 0.70
applyDirectivesToNodeFunction · 0.70
intervalFunction · 0.70
timeoutFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected