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

Function equalCursorPos

external/.scrollLibs.js:1099–1101  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

1097 }
1098
1099 function equalCursorPos(a, b) {
1100 return a.sticky == b.sticky && cmp(a, b) == 0
1101 }
1102
1103 function copyPos(x) {
1104 return Pos(x.line, x.ch)

Callers 2

.scrollLibs.jsFile · 0.85
findPosHFunction · 0.85

Calls 1

cmpFunction · 0.85

Tested by

no test coverage detected