Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
visualLine
Function · 0.85
lineLength
Function · 0.85
Calls
1
collapsedSpanAtSide
Function · 0.85
Tested by
no test coverage detected