Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ copyPos
Function
copyPos
external/.scrollLibs.js:1103–1105 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
1101
}
1102
1103
function
copyPos(x) {
1104
return
Pos(x.line, x.ch)
1105
}
1106
function
maxPos(a, b) {
1107
return
cmp(a, b) < 0 ? b : a
1108
}
Callers
2
.scrollLibs.js
File · 0.85
historyChangeFromChange
Function · 0.85
Calls
1
Pos
Function · 0.85
Tested by
no test coverage detected