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

Function collapsedSpanAtEnd

static/editor.md/lib/codemirror/lib/codemirror.js:6339–6339  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

6337 }
6338 function collapsedSpanAtStart(line) { return collapsedSpanAtSide(line, true); }
6339 function collapsedSpanAtEnd(line) { return collapsedSpanAtSide(line, false); }
6340
6341 // Test whether there exists a collapsed span that partially
6342 // 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