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

Method matchAnyOpToken

www/js/_hyperscript.esm.js:1153–1155  ·  view source on GitHub ↗
(...ops)

Source from the content-addressed store, hash-verified

1151 this.raiseExpected(value);
1152 }
1153 matchAnyOpToken(...ops) {
1154 return this.tokens.matchAnyOpToken(...ops);
1155 }
1156 matchAnyToken(...tokens) {
1157 return this.tokens.matchAnyToken(...tokens);
1158 }

Callers

nothing calls this directly

Calls 1

matchAnyOpTokenMethod · 0.45

Tested by

no test coverage detected