(url: string)
| 524 | * This simulates what hydrateRemoteSession does in production. |
| 525 | */ |
| 526 | export function setRemoteIngressUrlForTesting(url: string): void { |
| 527 | getProject().setRemoteIngressUrl(url) |
| 528 | } |
| 529 | |
| 530 | const REMOTE_FLUSH_INTERVAL_MS = 10 |
| 531 |
nothing calls this directly
no test coverage detected