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