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

Function d

theme.js:5027–5033  ·  view source on GitHub ↗
(e, r, n)

Source from the content-addressed store, hash-verified

5025 prevUri = newUri;
5026 setSlot(prevSlot, prevUrl);
5027 }
5028 track.classList.add("cs-animating", dir === "next" ? "cs-going-next" : "cs-going-prev");
5029 setTimeout(() => {
5030 if (!track) return;
5031 if (dir === "next") {
5032 prevUrl = currentUrl2;
5033 prevUri = currentUri;
5034 currentUrl2 = newUrl;
5035 currentUri = newUri;
5036 } else {

Callers 2

eFunction · 0.85
theme.jsFile · 0.85

Calls 3

fFunction · 0.85
sFunction · 0.85
vFunction · 0.85

Tested by

no test coverage detected