MCPcopy 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

initFunction · 0.85
animateFunction · 0.85

Calls 1

drawCircleFunction · 0.85

Tested by

no test coverage detected