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

Function toolRowsForConnectionWhere

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

Source from the content-addressed store, hash-verified

4686 rows.map((row) => rowToTool(row).address);
4687
4688 const toolRowsForConnectionWhere = (parsed: ParsedToolAddress) => (b: AnyCb) =>
4689 b.and(
4690 byOwner(parsed.owner)(b),
4691 b("integration", "=", String(parsed.integration)),
4692 b("connection", "=", String(parsed.connection)),
4693 );
4694
4695 const searchToolRowsForConnection = (
4696 parsed: ParsedToolAddress,

Callers 2

Calls 1

byOwnerFunction · 0.85

Tested by

no test coverage detected