()
| 3586 | // No health-check capability ⇒ "unknown" rather than an error: the caller |
| 3587 | // can still render the connection, just without a liveness verdict. |
| 3588 | const unknownHealth = (): HealthCheckResult => ({ status: "unknown", checkedAt: Date.now() }); |
| 3589 | |
| 3590 | const persistHealthResult = ( |
| 3591 | ref: ConnectionRef, |
no outgoing calls
no test coverage detected