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

Function collapsedSpanAtEnd

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

Source from the content-addressed store, hash-verified

4247 }
4248 function collapsedSpanAtStart(line) { return collapsedSpanAtSide(line, true); }
4249 function collapsedSpanAtEnd(line) { return collapsedSpanAtSide(line, false); }
4250
4251 function conflictingCollapsedRange(doc, lineNo, from, to, marker) {
4252 var line = getLine(doc, lineNo);

Callers 4

lineLengthFunction · 0.70
updateDisplayInnerFunction · 0.70
coordsCharFunction · 0.70
lineEndFunction · 0.70

Calls 1

collapsedSpanAtSideFunction · 0.70

Tested by

no test coverage detected