MCPcopy Create free account
hub / github.com/NMWplays/Glowify / D

Function D

theme.js:5110–5113  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

5108 if (track && !canvasVisible && !animating) syncFromTruth();
5109 }, 200);
5110 return;
5111 }
5112 setTimeout(() => {
5113 if (!track || canvasVisible || animating) return;
5114 const freshUri = getCurrentUri();
5115 const fresh = getCurrentCoverUrl();
5116 if (!freshUri || freshUri === currentUri) {

Callers 1

wFunction · 0.85

Calls 2

BFunction · 0.85
bFunction · 0.85

Tested by

no test coverage detected