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

Method matchOpToken

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

Source from the content-addressed store, hash-verified

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

Callers 2

requireOpTokenMethod · 0.95
parseStringTemplateMethod · 0.95

Calls 1

matchOpTokenMethod · 0.45

Tested by

no test coverage detected