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

Method exec

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

* Match the given input against 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 patter

(input: URLPatternInput, baseURL?: string)

Source from the content-addressed store, hash-verified

7577 * ```
7578 */
7579 exec(input: URLPatternInput, baseURL?: string): URLPatternResult | null;
7580
7581 /** The pattern string for the `protocol`. */
7582 readonly protocol: string;

Callers 15

chromeStackParserFnFunction · 0.80
geckoFunction · 0.80
winjsFunction · 0.80
opera10Function · 0.80
opera11Function · 0.80
dsnFromStringFunction · 0.80
splitPathFunction · 0.80
getSqlQuerySummaryFunction · 0.80
extractTableNamesFunction · 0.80
getRequestOptionsFunction · 0.80
walkFunction · 0.80
matchFirstFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected