Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parse
Method · 0.95
parseExpression
Method · 0.95
parseExpressionList
Method · 0.95
collectValue
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected