MCPcopy Create free account
hub / github.com/cloudflare/serverless-registry / constructor

Method constructor

src/registry/http.ts:237–242  ·  view source on GitHub ↗
(
    private env: Env,
    private configuration: RegistryConfiguration,
  )

Source from the content-addressed store, hash-verified

235 private url: URL;
236
237 constructor(
238 private env: Env,
239 private configuration: RegistryConfiguration,
240 ) {
241 this.url = new URL(configuration.registry);
242 }
243
244 authBase64(): string {
245 const configuration = this.configuration;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected