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

Function rowToIntegrationRecord

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

Source from the content-addressed store, hash-verified

540});
541
542const rowToIntegrationRecord = (
543 row: IntegrationRow,
544 authMethods: readonly AuthMethodDescriptor[] = [],
545): IntegrationRecord => ({
546 ...rowToIntegration(row, authMethods),
547 config: decodeJsonColumn(row.config),
548});
549
550const decodeLastHealth = Schema.decodeUnknownOption(HealthCheckResult);
551const 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