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

Function connectionKey

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

Source from the content-addressed store, hash-verified

1468 >();
1469
1470 const connectionKey = (row: ConnectionRow): string =>
1471 `${row.owner}:${row.subject}:${row.integration}:${row.name}`;
1472
1473 const loadOAuthClientRow = (
1474 owner: Owner,

Callers 1

refreshConnectionTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected