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

Function connectionKey

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

Source from the content-addressed store, hash-verified

1743 >();
1744
1745 const connectionKey = (row: ConnectionRow): string =>
1746 `${row.owner}:${row.subject}:${row.integration}:${row.name}`;
1747
1748 const loadOAuthClientRow = (
1749 owner: Owner,

Callers 1

refreshConnectionTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected