MCPcopy Index your code
hub / github.com/stemdeckapp/stemdeck / rulerRect

Function rulerRect

static/js/transport.js:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23// "1:00" on the ruler always lands a marker exactly under that tick,
24// regardless of how the waves layer below happens to size itself.
25function rulerRect() {
26 return rulerTime?.getBoundingClientRect() || { left: 0, width: 1 };
27}
28
29function loopOverlayParent() {
30 return document.querySelector(".waves-column") || rulerTime;

Callers 1

timeFromClientXFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected