()
| 4324 | // No health-check capability ⇒ "unknown" rather than an error: the caller |
| 4325 | // can still render the connection, just without a liveness verdict. |
| 4326 | const unknownHealth = (): HealthCheckResult => ({ status: "unknown", checkedAt: Date.now() }); |
| 4327 | |
| 4328 | /** Persist a verdict with a compare-and-swap on `updated_at`: the single |
| 4329 | * UPDATE commits only while the row still carries the stamp the caller's |
no outgoing calls
no test coverage detected