MCPcopy Create free account
hub / github.com/microsoft/SandDance / __spreadArrays

Function __spreadArrays

docs/app/js/sanddance-app.js:20379–20383  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20377 return ar;
20378}
20379function __spreadArrays() {
20380 for(var s = 0, i = 0, il = arguments.length; i < il; i++)s += arguments[i].length;
20381 for(var r = Array(s), k = 0, i = 0; i < il; i++)for(var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)r[k] = a[j];
20382 return r;
20383}
20384function __await(v) {
20385 return this instanceof __await ? (this.v = v, this) : new __await(v);
20386}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected