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

Function rowToIntegrationRecord

packages/core/sdk/src/executor.ts:766–772  ·  view source on GitHub ↗
(
  row: IntegrationRow,
  authMethods: readonly AuthMethodDescriptor[] = [],
)

Source from the content-addressed store, hash-verified

764});
765
766const rowToIntegrationRecord = (
767 row: IntegrationRow,
768 authMethods: readonly AuthMethodDescriptor[] = [],
769): IntegrationRecord => ({
770 ...rowToIntegration(row, authMethods),
771 config: decodeJsonColumn(row.config),
772});
773
774const decodeLastHealth = Schema.decodeUnknownOption(HealthCheckResult);
775const decodeHealthCheckSpec = Schema.decodeUnknownOption(HealthCheckSpec);

Callers 7

describeDisplayForRowFunction · 0.85
integrationsGetRecordFunction · 0.85
integrationsRemoveFunction · 0.85
connectionCheckHealthFunction · 0.85
connectionValidateFunction · 0.85

Calls 2

rowToIntegrationFunction · 0.85
decodeJsonColumnFunction · 0.85

Tested by

no test coverage detected