Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/witheve/Eve
/ byChar
Function
byChar
src/codemirror.js:8971–8973 ·
view source on GitHub ↗
(cm, pos, dir)
Source
from the content-addressed store, hash-verified
8969
// Boundaries of various units
8970
8971
function
byChar(cm, pos, dir) {
8972
return
cm.findPosH(pos, dir,
"char"
, true);
8973
}
8974
8975
function
byWord(cm, pos, dir) {
8976
return
cm.findPosH(pos, dir,
"word"
, true);
Callers
nothing calls this directly
Calls
1
findPosH
Method · 0.80
Tested by
no test coverage detected