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

Method matchAnyToken

www/js/_hyperscript.esm.js:1156–1158  ·  view source on GitHub ↗
(...tokens)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

matchAnyTokenMethod · 0.45

Tested by

no test coverage detected