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

Function healthProbeGateKey

packages/core/sdk/src/executor.ts:1054–1055  ·  view source on GitHub ↗
(tenant: string, row: ConnectionRow)

Source from the content-addressed store, hash-verified

1052 * one tenant's probe outcome (run with ITS credentials) as another tenant's
1053 * health verdict. Same structured-key idiom as #1537's refresh gate. */
1054const healthProbeGateKey = (tenant: string, row: ConnectionRow): string =>
1055 JSON.stringify([tenant, row.owner, row.subject, row.integration, row.name]);
1056
1057/** The enumerable mechanism behind a credential-resolution failure, read
1058 * off the error's structural fields — never the message. Admin policy and

Callers 1

connectionCheckHealthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected