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

Function connectionAddress

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

Source from the content-addressed store, hash-verified

240};
241
242export const connectionAddress = (
243 owner: Owner,
244 integration: IntegrationSlug,
245 connection: ConnectionName,
246): ConnectionAddress =>
247 ConnectionAddress.make(`${ADDRESS_PREFIX}.${integration}.${owner}.${connection}`);
248
249export const toolAddress = (
250 owner: Owner,

Callers 1

rowToConnectionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected