| 498 | } |
| 499 | |
| 500 | interface StreamWaitTimeoutMessageOptions { |
| 501 | taskId: string; |
| 502 | timeoutMs: number; |
| 503 | streamIdleTimeoutMs: number; |
| 504 | } |
| 505 | |
| 506 | function streamWaitTimeoutMessage({ |
| 507 | taskId, |
nothing calls this directly
no outgoing calls
no test coverage detected