Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.85
Calls
2
D
Function · 0.85
I
Function · 0.85
Tested by
no test coverage detected