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

Function connectionKey

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

Source from the content-addressed store, hash-verified

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

Callers 1

refreshConnectionTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected