MCPcopy Index your code
hub / github.com/cifertech/DisplayKit / syncActiveScreenElements

Function syncActiveScreenElements

app.js:3119–3124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3117}
3118
3119function syncActiveScreenElements() {
3120 const scr = screens.find((s) => s.id === activeScreenId);
3121 if (!scr) return;
3122 // Ensure `screens` always reflects the current `elements` array.
3123 scr.elements = elements;
3124}
3125
3126function initScreens() {
3127 if (screens.length === 0) {

Callers 7

addIconElementFunction · 0.85
addAssetElementToCanvasFunction · 0.85
renderLayersFunction · 0.85
bringToFrontFunction · 0.85
app.jsFile · 0.85
addElementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected