MCPcopy Index your code
hub / github.com/microsoft/SandDance / push

Function push

docs/app/js/sanddance-app.js:6821–6823  ·  view source on GitHub ↗
(arr, items)

Source from the content-addressed store, hash-verified

6819 return args.reduce((p, c)=>c ? p.concat(c) : p, []).filter(Boolean);
6820}
6821function push(arr, items) {
6822 arr.push.apply(arr, items);
6823}
6824
6825},{"@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"4ic3k":[function(require,module,exports) {
6826var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers 2

splitAccessPathFunction · 0.70
openFunction · 0.70

Calls 1

clearFunction · 0.70

Tested by

no test coverage detected