MCPcopy 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
29export function parse(str) {

Callers 2

parseObjFunction · 0.80
parseArrFunction · 0.80

Calls 1

spaceMethod · 0.95

Tested by

no test coverage detected