MCPcopy 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
69var 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

parseListMarkerFunction · 0.85
commonmark.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected