MCPcopy Create free account
hub / github.com/apache/struts-examples / sliceArgs

Function sliceArgs

rest-angular/src/main/webapp/js/lib/angular/angular.js:1182–1184  ·  view source on GitHub ↗
(args, startIndex)

Source from the content-addressed store, hash-verified

1180}
1181
1182function sliceArgs(args, startIndex) {
1183 return slice.call(args, startIndex || 0);
1184}
1185
1186
1187/* jshint -W101 */

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected