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

Function paddingVert

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

Source from the content-addressed store, hash-verified

986
987 function paddingTop(display) {return display.lineSpace.offsetTop;}
988 function paddingVert(display) {return display.mover.offsetHeight - display.lineSpace.offsetHeight;}
989 function paddingH(display) {
990 if (display.cachedPaddingH) return display.cachedPaddingH;
991 var e = removeChildrenAndAdd(display.measure, elt("pre", "x"));

Callers 2

updateScrollbarsFunction · 0.70
calculateScrollPosFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected