MCPcopy Create free account
hub / github.com/denoland/celld /

Class

crates/celld/js/url_pattern.js:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35const components = Symbol('components');
36
37class URLPattern {
38 constructor(input, baseURLOrOptions, maybeOptions) {
39 let baseURL, options;
40 if (typeof baseURLOrOptions === 'string') {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected