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

Function connectionRefFromInput

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

Source from the content-addressed store, hash-verified

416});
417
418const connectionRefFromInput = (input: typeof ConnectionRefInput.Type) => ({
419 owner: input.owner as Owner,
420 integration: IntegrationSlug.make(input.integration),
421 name: ConnectionName.make(input.name),
422});
423
424const originFromInput = (
425 origin: typeof ConnectionInputOriginInput.Type,

Callers 1

core-tools.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected