(id: string)
| 429 | newUniqueId(options?: DurableObjectNamespaceNewUniqueIdOptions): DurableObjectId; |
| 430 | idFromName(name: string): DurableObjectId; |
| 431 | idFromString(id: string): DurableObjectId; |
| 432 | get(id: DurableObjectId, options?: DurableObjectNamespaceGetDurableObjectOptions): DurableObjectStub<T>; |
| 433 | jurisdiction(jurisdiction: DurableObjectJurisdiction): DurableObjectNamespace<T>; |
| 434 | } |
nothing calls this directly
no outgoing calls
no test coverage detected