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