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

Method matchAnyOpToken

tools/common/_hyperscript.iife.js:1145–1147  ·  view source on GitHub ↗
(...ops)

Source from the content-addressed store, hash-verified

1143 this.raiseExpected(value);
1144 }
1145 matchAnyOpToken(...ops) {
1146 return this.tokens.matchAnyOpToken(...ops);
1147 }
1148 matchAnyToken(...tokens) {
1149 return this.tokens.matchAnyToken(...tokens);
1150 }

Callers

nothing calls this directly

Calls 1

matchAnyOpTokenMethod · 0.45

Tested by

no test coverage detected