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

Function sliceArgs

test/angular/1.7/angular.js:1357–1359  ·  view source on GitHub ↗
(args, startIndex)

Source from the content-addressed store, hash-verified

1355}
1356
1357function sliceArgs(args, startIndex) {
1358 return slice.call(args, startIndex || 0);
1359}
1360
1361
1362/**

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected