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

Function findIntegrationRow

packages/core/sdk/src/executor.ts:3116–3121  ·  view source on GitHub ↗
(
      slug: IntegrationSlug,
    )

Source from the content-addressed store, hash-verified

3114 // ------------------------------------------------------------------
3115
3116 const findIntegrationRow = (
3117 slug: IntegrationSlug,
3118 ): Effect.Effect<IntegrationRow | null, StorageFailure> =>
3119 core.findFirst("integration", {
3120 where: (b: AnyCb) => b("slug", "=", String(slug)),
3121 });
3122
3123 /** Every slug in the tenant's catalog — the set an owned row's
3124 * `integration` must belong to for the row to be servable. */

Callers 15

integrationsGetFunction · 0.85
integrationsGetRecordFunction · 0.85
integrationsRegisterFunction · 0.85
integrationsUpdatePublicFunction · 0.85
integrationsRemoveFunction · 0.85
connectionsCreateFunction · 0.85
mintOAuthConnectionFunction · 0.85
connectionsRemoveFunction · 0.85
connectionsRefreshFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected