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

Function getLine

tools/pythonauto/static/codemirrorepl/codemirrorepl.js:534–534  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

532 };
533
534 function getLine(n) { return getLineAt(doc, n); }
535 function updateLineHeight(line, height) {
536 gutterDirty = true;
537 var diff = height - line.height;

Callers 15

CodeMirrorFunction · 0.70
setValueFunction · 0.70
unredoHelperFunction · 0.70
updateLinesNoUndoFunction · 0.70
getRangeFunction · 0.70
readInputFunction · 0.70
setSelectionFunction · 0.70
getNonHiddenFunction · 0.70
skipHiddenFunction · 0.70
clipPosFunction · 0.70
findPosHFunction · 0.70
findNextLineFunction · 0.70

Calls 1

getLineAtFunction · 0.85

Tested by

no test coverage detected