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

Function toolRowsForConnectionWhere

packages/core/sdk/src/executor.ts:5696–5701  ·  view source on GitHub ↗
(parsed: ParsedToolAddress)

Source from the content-addressed store, hash-verified

5694 rows.map((row) => rowToTool(row).address);
5695
5696 const toolRowsForConnectionWhere = (parsed: ParsedToolAddress) => (b: AnyCb) =>
5697 b.and(
5698 byOwner(parsed.owner)(b),
5699 b("integration", "=", String(parsed.integration)),
5700 b("connection", "=", String(parsed.connection)),
5701 );
5702
5703 const searchToolRowsForConnection = (
5704 parsed: ParsedToolAddress,

Callers 2

Calls 1

byOwnerFunction · 0.85

Tested by

no test coverage detected