(maybeReqResp?: WebSocketRequestResponsePair)
| 563 | declare abstract class DurableObjectNamespace<T extends Rpc.DurableObjectBranded | undefined = undefined> { |
| 564 | newUniqueId(options?: DurableObjectNamespaceNewUniqueIdOptions): DurableObjectId; |
| 565 | idFromName(name: string): DurableObjectId; |
| 566 | idFromString(id: string): DurableObjectId; |
| 567 | get(id: DurableObjectId, options?: DurableObjectNamespaceGetDurableObjectOptions): DurableObjectStub<T>; |
| 568 | getByName(name: string, options?: DurableObjectNamespaceGetDurableObjectOptions): DurableObjectStub<T>; |
nothing calls this directly
no outgoing calls
no test coverage detected