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

Method newUniqueId

website/worker-configuration.d.ts:419–419  ·  view source on GitHub ↗
(options?: DurableObjectNamespaceNewUniqueIdOptions)

Source from the content-addressed store, hash-verified

417}
418interface DurableObjectNamespace<T extends Rpc.DurableObjectBranded | undefined = undefined> {
419 newUniqueId(options?: DurableObjectNamespaceNewUniqueIdOptions): DurableObjectId;
420 idFromName(name: string): DurableObjectId;
421 idFromString(id: string): DurableObjectId;
422 get(id: DurableObjectId, options?: DurableObjectNamespaceGetDurableObjectOptions): DurableObjectStub<T>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected