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

Function concat

web/static/bower_components/angular/angular.js:1148–1150  ·  view source on GitHub ↗
(array1, array2, index)

Source from the content-addressed store, hash-verified

1146};
1147
1148function concat(array1, array2, index) {
1149 return array1.concat(slice.call(array2, index));
1150}
1151
1152function sliceArgs(args, startIndex) {
1153 return slice.call(args, startIndex || 0);

Callers 4

bindFunction · 0.85
jqLiteBuildFragmentFunction · 0.85
$RootScopeProviderFunction · 0.85
dateFilterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected