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

Function unknownHealth

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

Source from the content-addressed store, hash-verified

2593 // No health-check capability ⇒ "unknown" rather than an error: the caller
2594 // can still render the connection, just without a liveness verdict.
2595 const unknownHealth = (): HealthCheckResult => ({ status: "unknown", checkedAt: Date.now() });
2596
2597 // Resolve an in-flight credential's value map (key-first validation) without
2598 // saving anything. Mirrors `resolveConnectionValues` for the saved-row path:

Callers 2

connectionCheckHealthFunction · 0.85
connectionValidateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected