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