MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / collapsedSpanAtStart

Function collapsedSpanAtStart

static/js/codemirror/codemirror.js:3716–3716  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

3714 return found;
3715 }
3716 function collapsedSpanAtStart(line) { return collapsedSpanAt(line, -1); }
3717 function collapsedSpanAtEnd(line) { return collapsedSpanAt(line, line.text.length + 1); }
3718
3719 function visualLine(doc, line) {

Callers 4

lineLengthFunction · 0.85
updateSelectionRangeFunction · 0.85
visualLineFunction · 0.85
lineContentFunction · 0.85

Calls 1

collapsedSpanAtFunction · 0.85

Tested by

no test coverage detected