(other: DurableObjectId)
| 413 | interface DurableObjectId { |
| 414 | toString(): string; |
| 415 | equals(other: DurableObjectId): boolean; |
| 416 | readonly name?: string; |
| 417 | } |
| 418 | interface DurableObjectNamespace<T extends Rpc.DurableObjectBranded | undefined = undefined> { |
nothing calls this directly
no outgoing calls
no test coverage detected