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

Function rowToIntegrationRecord

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

Source from the content-addressed store, hash-verified

802});
803
804const rowToIntegrationRecord = (
805 row: IntegrationRow,
806 authMethods: readonly AuthMethodDescriptor[] = [],
807): IntegrationRecord => ({
808 ...rowToIntegration(row, authMethods),
809 config: decodeJsonColumn(row.config),
810});
811
812const decodeLastHealth = Schema.decodeUnknownOption(HealthCheckResult);
813const 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