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

Function connectionAddress

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

Source from the content-addressed store, hash-verified

252};
253
254export const connectionAddress = (
255 owner: Owner,
256 integration: IntegrationSlug,
257 connection: ConnectionName,
258): ConnectionAddress =>
259 ConnectionAddress.make(`${ADDRESS_PREFIX}.${integration}.${owner}.${connection}`);
260
261export const toolAddress = (
262 owner: Owner,

Callers 1

rowToConnectionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected