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

Function toolRowsForConnectionWhere

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

Source from the content-addressed store, hash-verified

6315 rows.map((row) => rowToTool(row).address);
6316
6317 const toolRowsForConnectionWhere = (parsed: ParsedToolAddress) => (b: AnyCb) =>
6318 b.and(
6319 byOwner(parsed.owner)(b),
6320 b("integration", "=", String(parsed.integration)),
6321 b("connection", "=", String(parsed.connection)),
6322 );
6323
6324 const searchToolRowsForConnection = (
6325 parsed: ParsedToolAddress,

Callers 2

Calls 1

byOwnerFunction · 0.85

Tested by

no test coverage detected