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

Function describeHealthCheckForRow

packages/core/sdk/src/executor.ts:1820–1821  ·  view source on GitHub ↗
(row: IntegrationRow)

Source from the content-addressed store, hash-verified

1818 // owns this storage (never the plugin config blob), so a plugin config
1819 // rewrite can never strip it and no plugin schema has to declare it.
1820 const describeHealthCheckForRow = (row: IntegrationRow): HealthCheckSpec | null =>
1821 Option.getOrNull(decodeHealthCheckSpec(row.health_check));
1822
1823 // The health-check hooks are typed `Effect<_, unknown>` at the PluginSpec
1824 // boundary (each plugin owns its own error shape). Fold that channel into a

Callers 3

connectionCheckHealthFunction · 0.85
connectionValidateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected