MCPcopy
hub / github.com/csev/py4e / paddingTop

Function paddingTop

tools/pythonauto/static/codemirrorepl/codemirror.js:1439–1439  ·  view source on GitHub ↗
(display)

Source from the content-addressed store, hash-verified

1437 // POSITION MEASUREMENT
1438
1439 function paddingTop(display) {return display.lineSpace.offsetTop;}
1440 function paddingVert(display) {return display.mover.offsetHeight - display.lineSpace.offsetHeight;}
1441 function paddingH(display) {
1442 if (display.cachedPaddingH) return display.cachedPaddingH;

Callers 4

visibleLinesFunction · 0.70
intoCoordSystemFunction · 0.70
estimateCoordsFunction · 0.70
maybeScrollWindowFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected