Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
import
{ cloneDeep } from
"lodash"
;
3
4
function
cloneItems(items) {
5
return
cloneDeep(items);
6
}
7
8
function
rectanglesOverlap(a, b) {
9
const
ax2 = a.x + a.w;
Callers
4
normalizeAndCompact
Function · 0.85
stretchTrailingGaps
Function · 0.85
tidyLayout
Function · 0.85
placeNewWidget
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected