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

Function collapsedSpanAtStart

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

Source from the content-addressed store, hash-verified

1440 return found
1441 }
1442 function collapsedSpanAtStart(line) {
1443 return collapsedSpanAtSide(line, true)
1444 }
1445 function collapsedSpanAtEnd(line) {
1446 return collapsedSpanAtSide(line, false)
1447 }

Callers 2

visualLineFunction · 0.85
lineLengthFunction · 0.85

Calls 1

collapsedSpanAtSideFunction · 0.85

Tested by

no test coverage detected