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

Function connectionRefFromInput

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

Source from the content-addressed store, hash-verified

410});
411
412const connectionRefFromInput = (input: typeof ConnectionRefInput.Type) => ({
413 owner: input.owner as Owner,
414 integration: IntegrationSlug.make(input.integration),
415 name: ConnectionName.make(input.name),
416});
417
418const originFromInput = (
419 origin: typeof ConnectionInputOriginInput.Type,

Callers 1

core-tools.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected