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

Function rowToIntegrationRecord

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

Source from the content-addressed store, hash-verified

538});
539
540const rowToIntegrationRecord = (
541 row: IntegrationRow,
542 authMethods: readonly AuthMethodDescriptor[] = [],
543): IntegrationRecord => ({
544 ...rowToIntegration(row, authMethods),
545 config: decodeJsonColumn(row.config),
546});
547
548const decodeLastHealth = Schema.decodeUnknownOption(HealthCheckResult);
549const decodeHealthCheckSpec = Schema.decodeUnknownOption(HealthCheckSpec);

Callers 6

describeDisplayUrlForRowFunction · 0.85
integrationsGetRecordFunction · 0.85
connectionCheckHealthFunction · 0.85
connectionValidateFunction · 0.85

Calls 2

rowToIntegrationFunction · 0.85
decodeJsonColumnFunction · 0.85

Tested by

no test coverage detected