MCPcopy Create free account
hub / github.com/chartbrew/chartbrew / cloneItems

Function cloneItems

client/src/modules/autoLayout.js:4–6  ·  view source on GitHub ↗
(items)

Source from the content-addressed store, hash-verified

2import { cloneDeep } from "lodash";
3
4function cloneItems(items) {
5 return cloneDeep(items);
6}
7
8function rectanglesOverlap(a, b) {
9 const ax2 = a.x + a.w;

Callers 4

normalizeAndCompactFunction · 0.85
stretchTrailingGapsFunction · 0.85
tidyLayoutFunction · 0.85
placeNewWidgetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected