Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SnapDrop/snapdrop
/ drawCircles
Function
drawCircles
client/scripts/ui.js:608–614 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
606
let
step = 0;
607
608
function
drawCircles() {
609
ctx.clearRect(0, 0, w, h);
610
for
(
let
i = 0; i < 8; i++) {
611
drawCircle(dw * i + step % dw);
612
}
613
step += 1;
614
}
615
616
let
loading = true;
617
Callers
2
init
Function · 0.85
animate
Function · 0.85
Calls
1
drawCircle
Function · 0.85
Tested by
no test coverage detected