(other: DurableObjectId)
| 423 | interface DurableObjectId { |
| 424 | toString(): string; |
| 425 | equals(other: DurableObjectId): boolean; |
| 426 | readonly name?: string; |
| 427 | } |
| 428 | interface DurableObjectNamespace<T extends Rpc.DurableObjectBranded | undefined = undefined> { |
nothing calls this directly
no outgoing calls
no test coverage detected