MCPcopy
hub / github.com/witheve/Eve / paddingTop

Function paddingTop

src/codemirror.js:2522–2522  ·  view source on GitHub ↗
(display)

Source from the content-addressed store, hash-verified

2520 // POSITION MEASUREMENT
2521
2522 function paddingTop(display) {return display.lineSpace.offsetTop;}
2523 function paddingVert(display) {return display.mover.offsetHeight - display.lineSpace.offsetHeight;}
2524 function paddingH(display) {
2525 if (display.cachedPaddingH) return display.cachedPaddingH;

Callers 4

visibleLinesFunction · 0.85
intoCoordSystemFunction · 0.85
estimateCoordsFunction · 0.85
maybeScrollWindowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected