MCPcopy Create free account
hub / github.com/acoyfellow/UserDO / idFromString

Method idFromString

worker-configuration.d.ts:425–425  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

423 newUniqueId(options?: DurableObjectNamespaceNewUniqueIdOptions): DurableObjectId;
424 idFromName(name: string): DurableObjectId;
425 idFromString(id: string): DurableObjectId;
426 get(id: DurableObjectId, options?: DurableObjectNamespaceGetDurableObjectOptions): DurableObjectStub<T>;
427 jurisdiction(jurisdiction: DurableObjectJurisdiction): DurableObjectNamespace<T>;
428}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected