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

Method matchToken

www/js/_hyperscript.js:1180–1182  ·  view source on GitHub ↗
(value, type)

Source from the content-addressed store, hash-verified

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

Callers 1

requireTokenMethod · 0.95

Calls 1

matchTokenMethod · 0.45

Tested by

no test coverage detected