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

Function toolRowsForConnectionWhere

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

Source from the content-addressed store, hash-verified

4143 rows.map((row) => rowToTool(row).address);
4144
4145 const toolRowsForConnectionWhere = (parsed: ParsedToolAddress) => (b: AnyCb) =>
4146 b.and(
4147 byOwner(parsed.owner)(b),
4148 b("integration", "=", String(parsed.integration)),
4149 b("connection", "=", String(parsed.connection)),
4150 );
4151
4152 const searchToolRowsForConnection = (
4153 parsed: ParsedToolAddress,

Callers 2

Calls 1

byOwnerFunction · 0.85

Tested by

no test coverage detected