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

Method peekToken

www/js/_hyperscript.esm.js:1175–1177  ·  view source on GitHub ↗
(value, peek, type)

Source from the content-addressed store, hash-verified

1173 this.raiseExpected(value);
1174 }
1175 peekToken(value, peek, type) {
1176 return this.tokens.peekToken(value, peek, type);
1177 }
1178 matchToken(value, type) {
1179 return this.tokens.matchToken(value, type);
1180 }

Callers

nothing calls this directly

Calls 1

peekTokenMethod · 0.45

Tested by

no test coverage detected