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