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

Function rowToIntegrationRecord

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

Source from the content-addressed store, hash-verified

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