MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / matchAnyToken

Method matchAnyToken

tools/common/_hyperscript.iife.js:88–93  ·  view source on GitHub ↗
(...tokens)

Source from the content-addressed store, hash-verified

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

Callers 12

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
tokenizer.jsFile · 0.45

Calls 1

matchTokenMethod · 0.45

Tested by

no test coverage detected