MCPcopy Index your code
hub / github.com/leeoniya/uPlot / syncRect

Function syncRect

src/uPlot.js:3083–3090  ·  view source on GitHub ↗
(defer = false)

Source from the content-addressed store, hash-verified

3081 });
3082
3083 function syncRect(defer = false) {
3084 if (defer)
3085 rect = null;
3086 else {
3087 rect = over.getBoundingClientRect();
3088 fire("syncRect", rect);
3089 }
3090 }
3091
3092 function mouseMove(e, src, _l, _t, _w, _h, _i) {
3093 if (cursor._lock)

Callers 4

_commitFunction · 0.85
getFunction · 0.85
cacheMouseFunction · 0.85
uPlotFunction · 0.85

Calls 1

fireFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…