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