MCPcopy
hub / github.com/witheve/Eve / collapsedSpanAtEnd

Function collapsedSpanAtEnd

src/codemirror.js:6566–6566  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

6564 }
6565 function collapsedSpanAtStart(line) { return collapsedSpanAtSide(line, true); }
6566 function collapsedSpanAtEnd(line) { return collapsedSpanAtSide(line, false); }
6567
6568 // Test whether there exists a collapsed span that partially
6569 // overlaps (covers the start or end, but not both) of a new span.

Callers 5

lineLengthFunction · 0.85
coordsCharFunction · 0.85
visualLineContinuedFunction · 0.85
visualLineEndNoFunction · 0.85
lineEndFunction · 0.85

Calls 1

collapsedSpanAtSideFunction · 0.85

Tested by

no test coverage detected