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

Function connectionKey

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

Source from the content-addressed store, hash-verified

2202 // tenant "a" + subject "user:b" collide with tenant "a:user" + subject
2203 // "b" — the same cross-tenant bleed by another route.
2204 const connectionKey = (row: ConnectionRow): string =>
2205 JSON.stringify([tenant, row.owner, row.subject, row.integration, row.name]);
2206
2207 const loadOAuthClientRow = (
2208 owner: Owner,

Callers 1

refreshConnectionTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected