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

Function connectionRefFromInput

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

Source from the content-addressed store, hash-verified

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

Callers 1

core-tools.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected