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

Method matchAnyOpToken

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

matchAnyOpTokenMethod · 0.45

Tested by

no test coverage detected