Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/witheve/Eve
/ peek
Function
peek
src/commonmark.js:69–75 ·
view source on GitHub ↗
(ln, pos)
Source
from the content-addressed store, hash-verified
67
};
68
69
var
peek =
function
(ln, pos) {
70
if
(pos < ln.length) {
71
return
ln.charCodeAt(pos);
72
}
else
{
73
return
-1;
74
}
75
};
76
77
// DOC PARSER
78
Callers
2
parseListMarker
Function · 0.85
commonmark.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected