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

Function where

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

Source from the content-addressed store, hash-verified

1929 }
1930 // Drop owned connections / tools / definitions for this integration.
1931 const where = (b: AnyCb) => b("integration", "=", String(slug));
1932 yield* core.deleteMany("tool", { where });
1933 yield* core.deleteMany("definition", { where });
1934 yield* core.deleteMany("connection", { where });

Callers

nothing calls this directly

Calls 1

byOwnerFunction · 0.85

Tested by

no test coverage detected