(id: string)
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected