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

Function connectionRefFromInput

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

Source from the content-addressed store, hash-verified

429});
430
431const connectionRefFromInput = (input: typeof ConnectionRefInput.Type) => ({
432 owner: input.owner as Owner,
433 integration: IntegrationSlug.make(input.integration),
434 name: ConnectionName.make(input.name),
435});
436
437const originFromInput = (
438 origin: typeof ConnectionInputOriginInput.Type,

Callers 1

core-tools.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected