Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NMWplays/Glowify
/ B
Function
B
theme.js:5106–5109 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
5104
if
(animating)
return
;
5105
if
(canvasVisible)
return
;
5106
if
(inCanvasGrace()) {
5107
setTimeout(() => {
5108
if
(track && !canvasVisible && !animating) syncFromTruth();
5109
}, 200);
5110
return
;
5111
}
5112
setTimeout(() => {
Callers
1
D
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected