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

Function toolRowsForConnectionWhere

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

Source from the content-addressed store, hash-verified

4256 rows.map((row) => rowToTool(row).address);
4257
4258 const toolRowsForConnectionWhere = (parsed: ParsedToolAddress) => (b: AnyCb) =>
4259 b.and(
4260 byOwner(parsed.owner)(b),
4261 b("integration", "=", String(parsed.integration)),
4262 b("connection", "=", String(parsed.connection)),
4263 );
4264
4265 const searchToolRowsForConnection = (
4266 parsed: ParsedToolAddress,

Callers 2

Calls 1

byOwnerFunction · 0.85

Tested by

no test coverage detected