Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1853
function
makeId() {
1854
return
"el_"
+ Math.random().toString(36).substr(2, 9);
1855
}
1856
1857
function
deepCloneState() {
1858
return
JSON.parse(
Callers
9
importRgb565ImageToDisplayKit
Function · 0.85
app.js
File · 0.85
ensureElementDefaults
Function · 0.85
createElementWithDefaults
Function · 0.85
addIconElement
Function · 0.85
createScreen
Function · 0.85
addAssetElementToCanvas
Function · 0.85
groupSelection
Function · 0.85
addElement
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected