MCPcopy Create free account
hub / github.com/Script-Hub-Org/Script-Hub / peek

Method peek

Rewrite-Parser.js:2633–2635  ·  view source on GitHub ↗
(offset = 0)

Source from the content-addressed store, hash-verified

2631 }
2632
2633 peek(offset = 0) {
2634 return this.tokens[this.position + offset]
2635 }
2636
2637 consume() {
2638 const token = this.tokens[this.position++]

Callers 4

parseMethod · 0.95
parseExpressionMethod · 0.95
parseExpressionListMethod · 0.95
collectValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected