(url: string)
| 560 | * This simulates what hydrateRemoteSession does in production. |
| 561 | */ |
| 562 | export function setRemoteIngressUrlForTesting(url: string): void { |
| 563 | getProject().setRemoteIngressUrl(url) |
| 564 | } |
| 565 | |
| 566 | const REMOTE_FLUSH_INTERVAL_MS = 50 |
| 567 |
nothing calls this directly
no test coverage detected