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

Function connectionAddress

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

Source from the content-addressed store, hash-verified

315};
316
317export const connectionAddress = (
318 owner: Owner,
319 integration: IntegrationSlug,
320 connection: ConnectionName,
321): ConnectionAddress =>
322 ConnectionAddress.make(`${ADDRESS_PREFIX}.${integration}.${owner}.${connection}`);
323
324export const toolAddress = (
325 owner: Owner,

Callers 1

rowToConnectionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected