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

Method matchToken

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

Source from the content-addressed store, hash-verified

1168 return this.tokens.peekToken(value, peek, type);
1169 }
1170 matchToken(value, type) {
1171 return this.tokens.matchToken(value, type);
1172 }
1173 consumeToken() {
1174 return this.tokens.consumeToken();
1175 }

Callers 1

requireTokenMethod · 0.95

Calls 1

matchTokenMethod · 0.45

Tested by

no test coverage detected