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

Function connectionKey

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

Source from the content-addressed store, hash-verified

1870 >();
1871
1872 const connectionKey = (row: ConnectionRow): string =>
1873 `${row.owner}:${row.subject}:${row.integration}:${row.name}`;
1874
1875 const loadOAuthClientRow = (
1876 owner: Owner,

Callers 1

refreshConnectionTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected