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

Function p

theme.js:5075–5078  ·  view source on GitHub ↗
(r)

Source from the content-addressed store, hash-verified

5073 setSlot(currentSlot, currentUrl2);
5074 overlay.remove();
5075 nextUri = getNextUri();
5076 nextUrl = getNextCoverUrl();
5077 const freshPrev = getPrevCoverUrl();
5078 const freshPrevUri = getPrevUri();
5079 if (freshPrev || freshPrevUri) {
5080 prevUrl = freshPrev;
5081 prevUri = freshPrevUri;

Callers

nothing calls this directly

Calls 1

mFunction · 0.85

Tested by

no test coverage detected