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

Function toolRowsForConnectionWhere

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

Source from the content-addressed store, hash-verified

3684 rows.map((row) => rowToTool(row).address);
3685
3686 const toolRowsForConnectionWhere = (parsed: ParsedToolAddress) => (b: AnyCb) =>
3687 b.and(
3688 byOwner(parsed.owner)(b),
3689 b("integration", "=", String(parsed.integration)),
3690 b("connection", "=", String(parsed.connection)),
3691 );
3692
3693 const searchToolRowsForConnection = (
3694 parsed: ParsedToolAddress,

Callers 2

Calls 1

byOwnerFunction · 0.85

Tested by

no test coverage detected