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

Function I

theme.js:5100–5105  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

5098 if (!track) return;
5099 if (manualSkipPending) {
5100 manualSkipPending = false;
5101 if (manualSkipTimer) clearTimeout(manualSkipTimer);
5102 return;
5103 }
5104 if (animating) return;
5105 if (canvasVisible) return;
5106 if (inCanvasGrace()) {
5107 setTimeout(() => {
5108 if (track && !canvasVisible && !animating) syncFromTruth();

Callers 1

wFunction · 0.85

Calls 1

bFunction · 0.85

Tested by

no test coverage detected