MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / peekToken

Method peekToken

tools/common/_hyperscript.iife.js:1167–1169  ·  view source on GitHub ↗
(value, peek, type)

Source from the content-addressed store, hash-verified

1165 this.raiseExpected(value);
1166 }
1167 peekToken(value, peek, type) {
1168 return this.tokens.peekToken(value, peek, type);
1169 }
1170 matchToken(value, type) {
1171 return this.tokens.matchToken(value, type);
1172 }

Callers

nothing calls this directly

Calls 1

peekTokenMethod · 0.45

Tested by

no test coverage detected