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

Method matchToken

www/js/_hyperscript-max.js:1179–1181  ·  view source on GitHub ↗
(value, type)

Source from the content-addressed store, hash-verified

1177 return this.tokens.peekToken(value, peek, type);
1178 }
1179 matchToken(value, type) {
1180 return this.tokens.matchToken(value, type);
1181 }
1182 consumeToken() {
1183 return this.tokens.consumeToken();
1184 }

Callers 1

requireTokenMethod · 0.95

Calls 1

matchTokenMethod · 0.45

Tested by

no test coverage detected