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

Function connectionAddress

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

Source from the content-addressed store, hash-verified

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

Callers 1

rowToConnectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected