MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / sliceArgs

Function sliceArgs

code/songhop/www/lib/angular/angular.js:958–960  ·  view source on GitHub ↗
(args, startIndex)

Source from the content-addressed store, hash-verified

956}
957
958function sliceArgs(args, startIndex) {
959 return slice.call(args, startIndex || 0);
960}
961
962
963/* jshint -W101 */

Callers 3

bindFunction · 0.70
applyDirectivesToNodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected