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

Method matchAnyToken

www/js/ext/component.js:81–86  ·  view source on GitHub ↗
(...tokens)

Source from the content-addressed store, hash-verified

79 }
80 }
81 matchAnyToken(...tokens) {
82 for (var i = 0; i < tokens.length; i++) {
83 var match = this.matchToken(tokens[i]);
84 if (match) return match;
85 }
86 }
87 matchAnyOpToken(...ops) {
88 for (var i = 0; i < ops.length; i++) {
89 var match = this.matchOpToken(ops[i]);

Callers

nothing calls this directly

Calls 1

matchTokenMethod · 0.45

Tested by

no test coverage detected