MCPcopy
hub / github.com/witheve/Eve / copyCursor

Function copyCursor

src/codemirror.js:12051–12053  ·  view source on GitHub ↗
(cur)

Source from the content-addressed store, hash-verified

12049 };
12050 }
12051 function copyCursor(cur) {
12052 return Pos(cur.line, cur.ch);
12053 }
12054 function cursorEqual(cur1, cur2) {
12055 return cur1.ch == cur2.ch && cur1.line == cur2.line;
12056 }

Callers 8

VimFunction · 0.85
selectBlockFunction · 0.85
updateLastSelectionFunction · 0.85
makeCmSelectionFunction · 0.85
findSymbolFunction · 0.85
moveToWordFunction · 0.85
findBeginningAndEndFunction · 0.85
updateFakeCursorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected