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

Method get

website/worker-configuration.d.ts:422–422  ·  view source on GitHub ↗
(id: DurableObjectId, options?: DurableObjectNamespaceGetDurableObjectOptions)

Source from the content-addressed store, hash-verified

420 idFromName(name: string): DurableObjectId;
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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected