MCPcopy Create free account
hub / github.com/fontsource/fontsource / getByName

Method getByName

website/worker-configuration.d.ts:423–423  ·  view source on GitHub ↗
(name: string, options?: DurableObjectNamespaceGetDurableObjectOptions)

Source from the content-addressed store, hash-verified

421 idFromString(id: string): DurableObjectId;
422 get(id: DurableObjectId, options?: DurableObjectNamespaceGetDurableObjectOptions): DurableObjectStub<T>;
423 getByName(name: string, options?: DurableObjectNamespaceGetDurableObjectOptions): DurableObjectStub<T>;
424 jurisdiction(jurisdiction: DurableObjectJurisdiction): DurableObjectNamespace<T>;
425}
426type DurableObjectJurisdiction = "eu" | "fedramp" | "fedramp-high";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected