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

Function connectionAddress

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

Source from the content-addressed store, hash-verified

334};
335
336export const connectionAddress = (
337 owner: Owner,
338 integration: IntegrationSlug,
339 connection: ConnectionName,
340): ConnectionAddress =>
341 ConnectionAddress.make(`${ADDRESS_PREFIX}.${integration}.${owner}.${connection}`);
342
343export const toolAddress = (
344 owner: Owner,

Callers 1

rowToConnectionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected