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

Function L

theme.js:5114–5117  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

5112 setTimeout(() => {
5113 if (!track || canvasVisible || animating) return;
5114 const freshUri = getCurrentUri();
5115 const fresh = getCurrentCoverUrl();
5116 if (!freshUri || freshUri === currentUri) {
5117 refreshAdjacent();
5118 return;
5119 }
5120 if (freshUri === nextUri) {

Callers 1

EFunction · 0.85

Calls 1

bFunction · 0.85

Tested by

no test coverage detected