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