(key: string, options?: DurableObjectPutOptions)
| 577 | interface DurableObjectNamespaceGetDurableObjectOptions { |
| 578 | locationHint?: DurableObjectLocationHint; |
| 579 | routingMode?: DurableObjectRoutingMode; |
| 580 | } |
| 581 | interface DurableObjectClass<_T extends Rpc.DurableObjectBranded | undefined = undefined> { |
| 582 | } |
nothing calls this directly
no outgoing calls
no test coverage detected