Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
compensateForHScroll
Function · 0.85
updateHeightsInViewport
Function · 0.85
updateSelection
Function · 0.85
measureLineInner
Function · 0.85
measureLineWidth
Function · 0.85
intoCoordSystem
Function · 0.85
fromCoordSystem
Function · 0.85
posFromMouse
Function · 0.85
onMouseDown
Function · 0.85
gutterEvent
Function · 0.85
scrollCursorIntoView
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected