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

Function byWord

src/codemirror.js:8975–8977  ·  view source on GitHub ↗
(cm, pos, dir)

Source from the content-addressed store, hash-verified

8973 }
8974
8975 function byWord(cm, pos, dir) {
8976 return cm.findPosH(pos, dir, "word", true);
8977 }
8978
8979 function byLine(cm, pos, dir) {
8980 return cm.findPosV(pos, dir, "line", cm.doc.sel.goalColumn);

Callers

nothing calls this directly

Calls 1

findPosHMethod · 0.80

Tested by

no test coverage detected