MCPcopy Create free account
hub / github.com/Tampermonkey/tampermonkey / paddingTop

Function paddingTop

src/cm/codemirror.js:1762–1762  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1760 return (cachedWidth = anchor.offsetWidth || 10);
1761 }
1762 function paddingTop() {return lineSpace.offsetTop;}
1763 function paddingLeft() {return lineSpace.offsetLeft;}
1764
1765 function posFromMouse(e, liberal) {

Callers 4

CodeMirrorFunction · 0.85
needsScrollbarFunction · 0.85
calculateScrollPosFunction · 0.85
visibleLinesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…