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

Function connectionRefFromInput

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

Source from the content-addressed store, hash-verified

442});
443
444const connectionRefFromInput = (input: typeof ConnectionRefInput.Type) => ({
445 owner: input.owner as Owner,
446 integration: IntegrationSlug.make(input.integration),
447 name: ConnectionName.make(input.name),
448});
449
450const originFromInput = (
451 origin: typeof ConnectionInputOriginInput.Type,

Callers 1

core-tools.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected