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

Function connectionRefFromInput

packages/core/sdk/src/core-tools.ts:452–456  ·  view source on GitHub ↗
(input: typeof ConnectionRefInput.Type)

Source from the content-addressed store, hash-verified

450});
451
452const connectionRefFromInput = (input: typeof ConnectionRefInput.Type) => ({
453 owner: input.owner as Owner,
454 integration: IntegrationSlug.make(input.integration),
455 name: ConnectionName.make(input.name),
456});
457
458const originFromInput = (
459 origin: typeof ConnectionInputOriginInput.Type,

Callers 1

core-tools.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected