MCPcopy Index your code
hub / github.com/csev/py4e / getRect

Function getRect

tools/pythonauto/static/codemirror/codemirror.js:5691–5693  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

5689 }
5690
5691 function getRect(node) {
5692 return node.getBoundingClientRect();
5693 }
5694 CodeMirror.replaceGetRect = function(f) { getRect = f; };
5695
5696 // FEATURE DETECTION

Callers 11

compensateForHScrollFunction · 0.85
updateHeightsInViewportFunction · 0.85
updateSelectionFunction · 0.85
measureLineInnerFunction · 0.85
measureLineWidthFunction · 0.85
intoCoordSystemFunction · 0.85
fromCoordSystemFunction · 0.85
posFromMouseFunction · 0.85
onMouseDownFunction · 0.85
gutterEventFunction · 0.85
scrollCursorIntoViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected