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

Function connectionKey

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

Source from the content-addressed store, hash-verified

1491 >();
1492
1493 const connectionKey = (row: ConnectionRow): string =>
1494 `${row.owner}:${row.subject}:${row.integration}:${row.name}`;
1495
1496 const loadOAuthClientRow = (
1497 owner: Owner,

Callers 1

refreshConnectionTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected