MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / sliceArgs

Function sliceArgs

web/static/bower_components/angular/angular.js:1152–1154  ·  view source on GitHub ↗
(args, startIndex)

Source from the content-addressed store, hash-verified

1150}
1151
1152function sliceArgs(args, startIndex) {
1153 return slice.call(args, startIndex || 0);
1154}
1155
1156
1157/* jshint -W101 */

Callers 5

bindFunction · 0.85
applyDirectivesToNodeFunction · 0.85
intervalFunction · 0.85
timeoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected