MCPcopy 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.jsFile · 0.85
historyChangeFromChangeFunction · 0.85

Calls 1

PosFunction · 0.85

Tested by

no test coverage detected