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

Function toolRowsForConnectionWhere

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

Source from the content-addressed store, hash-verified

3585 rows.map((row) => rowToTool(row).address);
3586
3587 const toolRowsForConnectionWhere = (parsed: ParsedToolAddress) => (b: AnyCb) =>
3588 b.and(
3589 byOwner(parsed.owner)(b),
3590 b("integration", "=", String(parsed.integration)),
3591 b("connection", "=", String(parsed.connection)),
3592 );
3593
3594 const searchToolRowsForConnection = (
3595 parsed: ParsedToolAddress,

Callers 2

Calls 1

byOwnerFunction · 0.85

Tested by

no test coverage detected