MCPcopy Create free account
hub / github.com/breck7/scroll / collapsedSpanAtEnd

Function collapsedSpanAtEnd

external/.scrollLibs.js:1445–1447  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

1443 return collapsedSpanAtSide(line, true)
1444 }
1445 function collapsedSpanAtEnd(line) {
1446 return collapsedSpanAtSide(line, false)
1447 }
1448
1449 function collapsedSpanAround(line, ch) {
1450 var sps = sawCollapsedSpans && line.markedSpans,

Callers 4

visualLineEndFunction · 0.85
visualLineContinuedFunction · 0.85
visualLineEndNoFunction · 0.85
lineLengthFunction · 0.85

Calls 1

collapsedSpanAtSideFunction · 0.85

Tested by

no test coverage detected