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

Method matchOpToken

www/js/_hyperscript.js:1161–1163  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1159 return this.tokens.matchAnyToken(...tokens);
1160 }
1161 matchOpToken(value) {
1162 return this.tokens.matchOpToken(value);
1163 }
1164 requireTokenType(...types) {
1165 var token = this.matchTokenType(...types);
1166 if (token) return token;

Callers 2

requireOpTokenMethod · 0.95
parseStringTemplateMethod · 0.95

Calls 1

matchOpTokenMethod · 0.45

Tested by

no test coverage detected