Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-grid
/ concat
Function
concat
lib/test/angular/1.8.0/angular-mocks.js:482–484 ·
view source on GitHub ↗
(array1, array2, index)
Source
from the content-addressed store, hash-verified
480
var
debug = true;
481
482
function
concat(array1, array2, index) {
483
return
array1.concat(Array.prototype.slice.call(array2, index));
484
}
485
486
this.debugEnabled =
function
(flag) {
487
if
(angular.isDefined(flag)) {
Callers
1
angular-mocks.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected