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

Function connectionWhere

packages/core/sdk/src/executor.ts:3540–3545  ·  view source on GitHub ↗
(b: AnyCb)

Source from the content-addressed store, hash-verified

3538 b("connection", "=", String(ref.name)),
3539 );
3540 const connectionWhere = (b: AnyCb) =>
3541 b.and(
3542 byOwner(owner)(b),
3543 b("integration", "=", String(ref.integration)),
3544 b("name", "=", String(ref.name)),
3545 );
3546 const syncedSet = (row: ConnectionRow | null) => {
3547 const health = row ? Option.getOrNull(decodeLastHealth(row.last_health)) : null;
3548 return isToolSyncHealth(health)

Callers 1

stampSyncedWithHealthFunction · 0.85

Calls 1

byOwnerFunction · 0.85

Tested by

no test coverage detected