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

Function finishRect

tools/pythonauto/static/codemirror/codemirror.js:1112–1115  ·  view source on GitHub ↗
(rect)

Source from the content-addressed store, hash-verified

1110 top: i, bottom: null};
1111 }
1112 function finishRect(rect) {
1113 rect.bottom = vranges[rect.top+1];
1114 rect.top = vranges[rect.top];
1115 }
1116
1117 for (var i = 0, cur; i < measure.length; ++i) if (cur = measure[i]) {
1118 var node = cur, rect = null;

Callers 1

measureLineInnerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected