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

Function collapsedSpanAtEnd

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

Source from the content-addressed store, hash-verified

5330 }
5331 function collapsedSpanAtStart(line) { return collapsedSpanAtSide(line, true); }
5332 function collapsedSpanAtEnd(line) { return collapsedSpanAtSide(line, false); }
5333
5334 // Test whether there exists a collapsed span that partially
5335 // overlaps (covers the start or end, but not both) of a new span.

Callers 5

lineLengthFunction · 0.70
coordsCharFunction · 0.70
visualLineContinuedFunction · 0.70
visualLineEndNoFunction · 0.70
lineEndFunction · 0.70

Calls 1

collapsedSpanAtSideFunction · 0.70

Tested by

no test coverage detected