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

Function unknownHealth

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

Source from the content-addressed store, hash-verified

2703 // No health-check capability ⇒ "unknown" rather than an error: the caller
2704 // can still render the connection, just without a liveness verdict.
2705 const unknownHealth = (): HealthCheckResult => ({ status: "unknown", checkedAt: Date.now() });
2706
2707 const persistHealthResult = (
2708 ref: ConnectionRef,

Callers 2

connectionCheckHealthFunction · 0.85
connectionValidateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected