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

Method matchAnyOpToken

www/js/ext/component.js:87–92  ·  view source on GitHub ↗
(...ops)

Source from the content-addressed store, hash-verified

85 }
86 }
87 matchAnyOpToken(...ops) {
88 for (var i = 0; i < ops.length; i++) {
89 var match = this.matchOpToken(ops[i]);
90 if (match) return match;
91 }
92 }
93 // ----- Token consuming -----
94 consumeToken() {
95 var match = this.#tokens.shift();

Callers

nothing calls this directly

Calls 1

matchOpTokenMethod · 0.45

Tested by

no test coverage detected