Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/marijnh/Eloquent-JavaScript
/ ahead
Method
ahead
src/pseudo_json.mjs:23–26 ·
view source on GitHub ↗
(n)
Source
from the content-addressed store, hash-verified
21
}
22
23
ahead(n) {
24
this.pos += n
25
this.space()
26
}
27
}
28
29
export
function
parse(str) {
Callers
2
parseObj
Function · 0.80
parseArr
Function · 0.80
Calls
1
space
Method · 0.95
Tested by
no test coverage detected