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

Method matchAnyToken

www/js/_hyperscript.esm.js:86–91  ·  view source on GitHub ↗
(...tokens)

Source from the content-addressed store, hash-verified

84 }
85 }
86 matchAnyToken(...tokens) {
87 for (var i = 0; i < tokens.length; i++) {
88 var match = this.matchToken(tokens[i]);
89 if (match) return match;
90 }
91 }
92 matchAnyOpToken(...ops) {
93 for (var i = 0; i < ops.length; i++) {
94 var match = this.matchOpToken(ops[i]);

Callers 11

matchAnyTokenMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseSourceMethod · 0.45
_parseScrollModifiersFunction · 0.45
_parseSmoothnessFunction · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls 1

matchTokenMethod · 0.45

Tested by

no test coverage detected