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

Function connectionWhere

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

Source from the content-addressed store, hash-verified

3279 b("connection", "=", String(ref.name)),
3280 );
3281 const connectionWhere = (b: AnyCb) =>
3282 b.and(
3283 byOwner(owner)(b),
3284 b("integration", "=", String(ref.integration)),
3285 b("name", "=", String(ref.name)),
3286 );
3287 const syncedSet = (row: ConnectionRow | null) => {
3288 const health = row ? Option.getOrNull(decodeLastHealth(row.last_health)) : null;
3289 return isToolSyncHealth(health)

Callers 1

stampSyncedWithHealthFunction · 0.85

Calls 1

byOwnerFunction · 0.85

Tested by

no test coverage detected