Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/witheve/Eve
/ badPos
Function
badPos
src/codemirror.js:1892–1892 ·
view source on GitHub ↗
(pos, bad)
Source
from the content-addressed store, hash-verified
1890
}
1891
1892
function
badPos(pos, bad) {
if
(bad) pos.bad = true;
return
pos; }
1893
1894
function
domToPos(cm, node, offset) {
1895
var
lineNode;
Callers
2
domToPos
Function · 0.85
locateNodeInLineView
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected