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

Function toolRowsForConnectionWhere

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

Source from the content-addressed store, hash-verified

3601 rows.map((row) => rowToTool(row).address);
3602
3603 const toolRowsForConnectionWhere = (parsed: ParsedToolAddress) => (b: AnyCb) =>
3604 b.and(
3605 byOwner(parsed.owner)(b),
3606 b("integration", "=", String(parsed.integration)),
3607 b("connection", "=", String(parsed.connection)),
3608 );
3609
3610 const searchToolRowsForConnection = (
3611 parsed: ParsedToolAddress,

Callers 2

Calls 1

byOwnerFunction · 0.85

Tested by

no test coverage detected