(id: DurableObjectId, options?: DurableObjectNamespaceGetDurableObjectOptions)
| 420 | idFromName(name: string): DurableObjectId; |
| 421 | idFromString(id: string): DurableObjectId; |
| 422 | get(id: DurableObjectId, options?: DurableObjectNamespaceGetDurableObjectOptions): DurableObjectStub<T>; |
| 423 | getByName(name: string, options?: DurableObjectNamespaceGetDurableObjectOptions): DurableObjectStub<T>; |
| 424 | jurisdiction(jurisdiction: DurableObjectJurisdiction): DurableObjectNamespace<T>; |
| 425 | } |
nothing calls this directly
no outgoing calls
no test coverage detected