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

Function connectionKey

packages/core/sdk/src/executor.ts:1732–1733  ·  view source on GitHub ↗
(row: ConnectionRow)

Source from the content-addressed store, hash-verified

1730 >();
1731
1732 const connectionKey = (row: ConnectionRow): string =>
1733 `${row.owner}:${row.subject}:${row.integration}:${row.name}`;
1734
1735 const loadOAuthClientRow = (
1736 owner: Owner,

Callers 1

refreshConnectionTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected