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

Function toolRowsForConnectionWhere

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

Source from the content-addressed store, hash-verified

3337 rows.map((row) => rowToTool(row).address);
3338
3339 const toolRowsForConnectionWhere = (parsed: ParsedToolAddress) => (b: AnyCb) =>
3340 b.and(
3341 byOwner(parsed.owner)(b),
3342 b("integration", "=", String(parsed.integration)),
3343 b("connection", "=", String(parsed.connection)),
3344 );
3345
3346 const searchToolRowsForConnection = (
3347 parsed: ParsedToolAddress,

Callers 2

Calls 1

byOwnerFunction · 0.85

Tested by

no test coverage detected