MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / unknownHealth

Function unknownHealth

packages/core/sdk/src/executor.ts:4777–4780  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4775 // No health-check capability ⇒ "unknown" rather than an error: the caller
4776 // can still render the connection, just without a liveness verdict.
4777 const unknownHealth = (): HealthCheckResult => ({
4778 status: "unknown",
4779 checkedAt: Date.now(),
4780 });
4781
4782 /** Persist a verdict with a compare-and-swap on `updated_at`: the single
4783 * UPDATE commits only while the row still carries the stamp the caller's

Callers 2

connectionCheckHealthFunction · 0.85
connectionValidateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected