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

Function sliceArgs

lib/test/angular/1.6.7/angular.js:1350–1352  ·  view source on GitHub ↗
(args, startIndex)

Source from the content-addressed store, hash-verified

1348}
1349
1350function sliceArgs(args, startIndex) {
1351 return slice.call(args, startIndex || 0);
1352}
1353
1354
1355/**

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