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

Function binding

packages/core/sdk/src/artifacts.test.ts:8–12  ·  view source on GitHub ↗
(integration: string, owner: "user" | "org", name: string)

Source from the content-addressed store, hash-verified

6import { ConnectionName, IntegrationSlug } from "./ids";
7
8const binding = (integration: string, owner: "user" | "org", name: string): ArtifactBinding => ({
9 integration: IntegrationSlug.make(integration),
10 owner,
11 connection: ConnectionName.make(name),
12});
13
14// The `executor.artifacts` surface against the real SQLite test db. Artifacts
15// are owner-scoped rows with no plugin involvement, so the default test

Callers 1

artifacts.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected