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

Function concat

lib/test/angular/1.8.0/angular.js:1354–1356  ·  view source on GitHub ↗
(array1, array2, index)

Source from the content-addressed store, hash-verified

1352};
1353
1354function concat(array1, array2, index) {
1355 return array1.concat(slice.call(array2, index));
1356}
1357
1358function sliceArgs(args, startIndex) {
1359 return slice.call(args, startIndex || 0);

Callers 4

bindFunction · 0.70
jqLiteBuildFragmentFunction · 0.70
$RootScopeProviderFunction · 0.70
dateFilterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected