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

Function connectionAddress

packages/core/sdk/src/executor.ts:225–230  ·  view source on GitHub ↗
(
  owner: Owner,
  integration: IntegrationSlug,
  connection: ConnectionName,
)

Source from the content-addressed store, hash-verified

223};
224
225export const connectionAddress = (
226 owner: Owner,
227 integration: IntegrationSlug,
228 connection: ConnectionName,
229): ConnectionAddress =>
230 ConnectionAddress.make(`${ADDRESS_PREFIX}.${integration}.${owner}.${connection}`);
231
232export const toolAddress = (
233 owner: Owner,

Callers 1

rowToConnectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected