MCPcopy
hub / github.com/nwutils/nw-sample-apps / getLine

Function getLine

mini-code-edit/cm/lib/codemirror.js:334–334  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

332 };
333
334 function getLine(n) { return getLineAt(doc, n); }
335 function updateLineHeight(line, height) {
336 gutterDirty = true;
337 var diff = height - line.height;

Callers 15

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

Calls 1

getLineAtFunction · 0.85

Tested by

no test coverage detected