MCPcopy Index your code
hub / github.com/JavaScriptRegenerated/yieldparser / matches

Method matches

src/media-query.test.ts:339–341  ·  view source on GitHub ↗
(context: MatchMediaContext)

Source from the content-addressed store, hash-verified

337 constructor(public readonly list: ReadonlyArray<ParsedMediaInParens>) {}
338
339 matches(context: MatchMediaContext) {
340 return this.list.some((m) => m.matches(context));
341 }
342
343 static *Parser() {
344 const list: Array<ParsedMediaInParens> = [];

Callers

nothing calls this directly

Calls 1

matchesMethod · 0.45

Tested by

no test coverage detected