MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / sliceArgs

Function sliceArgs

OpenReservation/wwwroot/Scripts/angular.js:1163–1165  ·  view source on GitHub ↗
(args, startIndex)

Source from the content-addressed store, hash-verified

1161 }
1162
1163 function sliceArgs(args, startIndex) {
1164 return slice.call(args, startIndex || 0);
1165 }
1166
1167 /* jshint -W101 */
1168 /**

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected