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

Method matchOpToken

tools/common/_hyperscript.iife.js:1151–1153  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1149 return this.tokens.matchAnyToken(...tokens);
1150 }
1151 matchOpToken(value) {
1152 return this.tokens.matchOpToken(value);
1153 }
1154 requireTokenType(...types) {
1155 var token = this.matchTokenType(...types);
1156 if (token) return token;

Callers 2

requireOpTokenMethod · 0.95
parseStringTemplateMethod · 0.95

Calls 1

matchOpTokenMethod · 0.45

Tested by

no test coverage detected