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

Method peekToken

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

peekTokenMethod · 0.45

Tested by

no test coverage detected