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

Function collapsedSpanAtStart

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

Source from the content-addressed store, hash-verified

4246 return found;
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) {

Callers 3

lineLengthFunction · 0.70
visualLineFunction · 0.70
buildLineContentFunction · 0.70

Calls 1

collapsedSpanAtSideFunction · 0.70

Tested by

no test coverage detected