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

Function healthProbeGateKey

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

Source from the content-addressed store, hash-verified

1000 * one tenant's probe outcome (run with ITS credentials) as another tenant's
1001 * health verdict. Same structured-key idiom as #1537's refresh gate. */
1002const healthProbeGateKey = (tenant: string, row: ConnectionRow): string =>
1003 JSON.stringify([tenant, row.owner, row.subject, row.integration, row.name]);
1004
1005/** The enumerable mechanism behind a credential-resolution failure, read
1006 * 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