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

Function connectionKey

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

Source from the content-addressed store, hash-verified

2117 // tenant "a" + subject "user:b" collide with tenant "a:user" + subject
2118 // "b" — the same cross-tenant bleed by another route.
2119 const connectionKey = (row: ConnectionRow): string =>
2120 JSON.stringify([tenant, row.owner, row.subject, row.integration, row.name]);
2121
2122 const loadOAuthClientRow = (
2123 owner: Owner,

Callers 1

refreshConnectionTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected