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