MCPcopy Create free account
hub / github.com/cifertech/DisplayKit / makeId

Function makeId

app.js:1853–1855  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1851
1852
1853function makeId() {
1854 return "el_" + Math.random().toString(36).substr(2, 9);
1855}
1856
1857function deepCloneState() {
1858 return JSON.parse(

Callers 9

app.jsFile · 0.85
ensureElementDefaultsFunction · 0.85
addIconElementFunction · 0.85
createScreenFunction · 0.85
addAssetElementToCanvasFunction · 0.85
groupSelectionFunction · 0.85
addElementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected