(options?: DurableObjectNamespaceNewUniqueIdOptions)
| 427 | } |
| 428 | interface DurableObjectNamespace<T extends Rpc.DurableObjectBranded | undefined = undefined> { |
| 429 | newUniqueId(options?: DurableObjectNamespaceNewUniqueIdOptions): DurableObjectId; |
| 430 | idFromName(name: string): DurableObjectId; |
| 431 | idFromString(id: string): DurableObjectId; |
| 432 | get(id: DurableObjectId, options?: DurableObjectNamespaceGetDurableObjectOptions): DurableObjectStub<T>; |
nothing calls this directly
no outgoing calls
no test coverage detected