MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / matchAnyToken

Method matchAnyToken

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

matchAnyTokenMethod · 0.45

Tested by

no test coverage detected