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

Function w

theme.js:5089–5091  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

5087 };
5088 const markManualSkip = () => {
5089 manualSkipPending = true;
5090 if (manualSkipTimer) clearTimeout(manualSkipTimer);
5091 manualSkipTimer = setTimeout(() => {
5092 manualSkipPending = false;
5093 }, 1500);
5094 };

Callers 1

theme.jsFile · 0.85

Calls 2

DFunction · 0.85
IFunction · 0.85

Tested by

no test coverage detected