MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / test

Method test

packages/deno/lib.deno.d.ts:7554–7554  ·  view source on GitHub ↗

* Test if the given input matches the stored pattern. * * The input can either be provided as an absolute URL string with an optional base, * relative URL string with a required base, or as individual components * in the form of an `URLPatternInit` object. * * ```ts * const patt

(input: URLPatternInput, baseURL?: string)

Source from the content-addressed store, hash-verified

7552 * ```
7553 */
7554 test(input: URLPatternInput, baseURL?: string): boolean;
7555
7556 /**
7557 * Match the given input against the stored pattern.

Callers 15

normalizeStringifyValueFunction · 0.65
isHex32Function · 0.65
_isInGivenRequestTargetsFunction · 0.65
isBotUserAgentFunction · 0.65
isCacheHitFunction · 0.65
findMatchingRoutesFunction · 0.65
handlerFunction · 0.65
transformFunction · 0.65
segmentMatchesFunction · 0.65
computeScoreFunction · 0.65

Calls

no outgoing calls

Tested by 3

applyRuleToResourceFunction · 0.52
walkDirFunction · 0.52