(options?: DurableObjectNamespaceNewUniqueIdOptions)
| 417 | } |
| 418 | interface 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>; |
nothing calls this directly
no outgoing calls
no test coverage detected