MCPcopy Create free account
hub / github.com/TruthHun/BookStack / collapsedSpanAtEnd

Function collapsedSpanAtEnd

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

Source from the content-addressed store, hash-verified

6539 }
6540 function collapsedSpanAtStart(line) { return collapsedSpanAtSide(line, true); }
6541 function collapsedSpanAtEnd(line) { return collapsedSpanAtSide(line, false); }
6542
6543 // Test whether there exists a collapsed span that partially
6544 // 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