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

Method matchAnyToken

tools/common/_hyperscript.iife.js:1148–1150  ·  view source on GitHub ↗
(...tokens)

Source from the content-addressed store, hash-verified

1146 return this.tokens.matchAnyOpToken(...ops);
1147 }
1148 matchAnyToken(...tokens) {
1149 return this.tokens.matchAnyToken(...tokens);
1150 }
1151 matchOpToken(value) {
1152 return this.tokens.matchOpToken(value);
1153 }

Callers

nothing calls this directly

Calls 1

matchAnyTokenMethod · 0.45

Tested by

no test coverage detected